From f7c12cd957aaa6feb2a796577b8fc174580b9e3e Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Mon, 26 Dec 2005 20:48:46 +0000 Subject: [PATCH] forgot to remove this svn path=/trunk/; revision=20341 --- reactos/subsys/system/sc/query.c | 3 --- 1 file changed, 3 deletions(-) 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);