update for HEAD-2003021201
[reactos.git] / lib / kernel32 / except / except.c
index 2b05b57..25116d5 100644 (file)
  *                  Created 01/11/98
  */
 
-#include <ddk/ntddk.h>
-#include <windows.h>
+#include <k32.h>
 
-#include <kernel32/error.h>
 
 typedef LONG (STDCALL *LPTOP_LEVEL_EXCEPTION_FILTER)(
        struct _EXCEPTION_POINTERS *ExceptionInfo