* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61725
This commit is contained in:
Amine Khaldi 2014-01-20 12:35:57 +00:00
parent 23d5e232d6
commit dd0655b3f5
3 changed files with 6 additions and 7 deletions

View file

@ -18,6 +18,7 @@
*/
#include "qedit_private.h"
#include <rpcproxy.h>
static HINSTANCE instance;

View file

@ -18,7 +18,9 @@
*/
#include "qedit_private.h"
#include <assert.h>
#include <oleauto.h>
typedef struct MediaDetImpl {
IUnknown IUnknown_inner;

View file

@ -22,20 +22,16 @@
#include <stdarg.h>
#define COBJMACROS
#define WIN32_LEAN_AND_MEAN
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
//#include "wtypes.h"
//#include "wingdi.h"
//#include "winuser.h"
#include <objbase.h>
#include <oleauto.h>
#include <dshow.h>
#define __WINE_DDRAW_H /* ROS HACK */
#include <qedit.h>