[WINSTA]
[reactos.git] / reactos / dll / win32 / winsta / winsta.h
index 791fd15..764b09c 100644 (file)
 #ifndef _WINSTA_H
 #define _WINSTA_H
 
-/* Default header set */
 #include <stdarg.h>
-#include <time.h>
 
-#include "windef.h"
-#include "winbase.h"
-#include "winternl.h"
+#include <windef.h>
+#include <winbase.h>
+#include <winternl.h>
 
-#include "wine/debug.h"
+#include <wine/debug.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(winsta);
 
 /* WinSta calling convention */
 #define WINSTAAPI WINAPI
 
-#endif /* !def _WINSTA_H */
-
+#endif /* _WINSTA_H */