* Sync up to trunk HEAD (r62286).
[reactos.git] / drivers / sac / driver / sacdrv.h
index 69731ea..900768b 100644 (file)
@@ -6,17 +6,14 @@
  * PROGRAMMERS: ReactOS Portable Systems Group
  */
 
+#ifndef _SACDRV_H_
+#define _SACDRV_H_
+
 /* INCLUDES *******************************************************************/
 
 #include <ntifs.h>
-#include <intrin.h>
-#include <wchar.h>
 #include <stdio.h>
-#include <ndk/obtypes.h>
-#include <ndk/exfuncs.h>
-#include <ndk/rtlfuncs.h>
-#include <../../../ntoskrnl/include/internal/hdl.h>
-#include <initguid.h>
+#include <ntoskrnl/include/internal/hdl.h>
 #include <sacmsg.h>
 
 /* DEFINES ********************************************************************/
@@ -1517,3 +1514,5 @@ typedef enum _VT_ANSI_ATTRIBUTES
 #define VT_ANSI_HVP_CURSOR_CHAR     L'f'
 #define VT_ANSI_CUP_CURSOR_CHAR     L'H'
 #define VT_ANSI_SCROLL_CHAR         L'r'
+
+#endif /* _SACDRV_H_ */