Remove unnecessary executable bits
[reactos.git] / modules / rostests / winetests / kernel32 / time.c
old mode 100755 (executable)
new mode 100644 (file)
index bc505e9..e6e779c
@@ -22,7 +22,7 @@
 #include "wine/test.h"
 #include "winbase.h"
 #include "winnls.h"
-#include "wine/winternl.h"
+#include "winternl.h"
 
 static BOOL (WINAPI *pTzSpecificLocalTimeToSystemTime)(LPTIME_ZONE_INFORMATION, LPSYSTEMTIME, LPSYSTEMTIME);
 static BOOL (WINAPI *pSystemTimeToTzSpecificLocalTime)(LPTIME_ZONE_INFORMATION, LPSYSTEMTIME, LPSYSTEMTIME);