Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / io / timer.c
index 1b2ee83..7ad5053 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: timer.c,v 1.7 2002/09/07 15:12:53 chorns Exp $
+/* $Id: timer.c,v 1.8 2002/09/08 10:23:26 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>
 
-
 /* GLBOALS *******************************************************************/
 
 #define TAG_IO_TIMER      TAG('I', 'O', 'T', 'M')