[SHDOCVW]

* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61811
This commit is contained in:
Amine Khaldi 2014-01-25 17:11:51 +00:00
parent 9587e01663
commit 94e3683b77

View file

@ -22,7 +22,7 @@
#ifndef __WINE_SHDOCVW_H
#define __WINE_SHDOCVW_H
#include <config.h>
#include <wine/config.h>
#include <stdarg.h>
@ -34,11 +34,10 @@
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <shlobj.h>
#include <wine/unicode.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);