Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / io / cntrller.c
index 6851733..41f7c19 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cntrller.c,v 1.8 2002/09/07 15:12:52 chorns Exp $
+/* $Id: cntrller.c,v 1.9 2002/09/08 10:23:24 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
 
 /* INCLUDES *****************************************************************/
 
-#include <ntoskrnl.h>
+#include <ddk/ntddk.h>
+#include <internal/pool.h>
 
-#define NDEBUG
 #include <internal/debug.h>
 
-
 /* GLOBALS *******************************************************************/
 
 #define TAG_CQE                    TAG('C', 'Q', 'E', ' ')