[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / objects / gdiobj.c
index beeee0a..deb62e6 100644 (file)
@@ -8,8 +8,6 @@
 
 /** INCLUDES ******************************************************************/
 
-//#define GDI_DEBUG
-
 #include <win32k.h>
 #define NDEBUG
 #include <debug.h>
@@ -28,8 +26,6 @@
   DPRINT("%s:%i: Delay\n", __FILE__, __LINE__); \
   KeDelayExecutionThread(KernelMode, FALSE, &ShortDelay)
 
-#include "gdidbg.c"
-
 static
 BOOL INTERNAL_CALL GDI_CleanupDummy(PVOID ObjectBody);