diff --git a/reactos/subsys/system/sc/query.c b/reactos/subsys/system/sc/query.c index 456c0a26b1b..c9515844690 100644 --- a/reactos/subsys/system/sc/query.c +++ b/reactos/subsys/system/sc/query.c @@ -16,9 +16,6 @@ #include "sc.h" -#define DEBUG -#include - /* local function decs */ VOID PrintService(BOOL bExtended); BOOL EnumServices(DWORD ServiceType, DWORD ServiceState);