diff --git a/reactos/dll/win32/objsel/factory.c b/reactos/dll/win32/objsel/factory.c index 29db0c31224..af4e8cc3931 100644 --- a/reactos/dll/win32/objsel/factory.c +++ b/reactos/dll/win32/objsel/factory.c @@ -21,11 +21,6 @@ #include "objsel_private.h" -#include - -WINE_DEFAULT_DEBUG_CHANNEL(objsel); - - static inline ClassFactoryImpl *impl_from_IClassFactory(IClassFactory *iface) { return CONTAINING_RECORD(iface, ClassFactoryImpl, IClassFactory_iface); diff --git a/reactos/dll/win32/objsel/objsel.c b/reactos/dll/win32/objsel/objsel.c index 3d065a29d89..15f2664b8ed 100644 --- a/reactos/dll/win32/objsel/objsel.c +++ b/reactos/dll/win32/objsel/objsel.c @@ -21,10 +21,6 @@ #include "objsel_private.h" #include -#include - -WINE_DEFAULT_DEBUG_CHANNEL(objsel); - LONG dll_refs = 0; static HINSTANCE hInstance; diff --git a/reactos/dll/win32/objsel/objsel_private.h b/reactos/dll/win32/objsel/objsel_private.h index 615c9215639..845cd64b8e1 100644 --- a/reactos/dll/win32/objsel/objsel_private.h +++ b/reactos/dll/win32/objsel/objsel_private.h @@ -18,29 +18,21 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include + #define WIN32_NO_STATUS #define _INC_WINDOWS #define COM_NO_WINDOWS_H -//#include -#include -//#include -//#include "winerror.h" -#include -#include -//#include "winreg.h" -//#include "wingdi.h" -//#include "winuser.h" - #define COBJMACROS -#include -//#include "strmif.h" -//#include "olectl.h" -//#include "unknwn.h" +#include +#include +#include #include -//#include "wine/unicode.h" -//#include "uuids.h" + +#include +WINE_DEFAULT_DEBUG_CHANNEL(objsel); /********************************************************************** * Dll lifetime tracking declaration for objsel.dll