Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / sxs / name.c
index f4be576..5512e77 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <stdarg.h>
-
-#define COBJMACROS
-
-#include <windef.h>
-#include <winbase.h>
-#include <ole2.h>
-#include <winsxs.h>
-
-#include <wine/debug.h>
-#include <wine/unicode.h>
 #include "sxs_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(sxs);
-
 struct name
 {
     IAssemblyName IAssemblyName_iface;