Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / rtl / handle.c
index 40cf3cc..0ca7613 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: handle.c,v 1.2 2002/09/07 15:13:05 chorns Exp $
+/* $Id: handle.c,v 1.3 2002/09/08 10:23:41 chorns Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -9,7 +9,9 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <ntoskrnl.h>
+#include <ddk/ntddk.h>
+#include <internal/handle.h>
+#include <internal/pool.h>
 
 #define NDEBUG
 #include <internal/debug.h>