comcat: Cleanup from unused includes and imports.

This commit is contained in:
Nikolay Sivov 2012-11-11 23:10:10 -05:00 committed by Alexandre Julliard
parent 0a7b32e3f0
commit bb44713e6d
2 changed files with 1 additions and 7 deletions

View file

@ -1,5 +1,5 @@
MODULE = comcat.dll
IMPORTS = uuid ole32 user32 advapi32
IMPORTS = ole32
C_SRCS = \
comcat_main.c

View file

@ -20,14 +20,8 @@
#include <stdarg.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "winerror.h"
#include "ole2.h"
/***********************************************************************
* DllCanUnloadNow (COMCAT.@)