Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / rtl / nls.c
index f5cd0dd..f308cf8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: nls.c,v 1.8 2002/09/07 15:13:06 chorns Exp $
+/* $Id: nls.c,v 1.9 2002/09/08 10:23:42 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
  *   4) Add multi-byte translation code.
  */
 
-#include <ntoskrnl.h>
+#include <ddk/ntddk.h>
+//#include <internal/nls.h>
 
 #define NDEBUG
 #include <internal/debug.h>
 
-
 /* GLOBALS *******************************************************************/
 
 BOOLEAN NlsMbCodePageTag = FALSE;