* Addendum to r58214.
[reactos.git] / rostests / apitests / kernel32 / GetDriveType.c
index 010eb36..e5b79c8 100644 (file)
@@ -1,6 +1,4 @@
-#include <stdio.h>
 #include <wine/test.h>
-#include <windows.h>
 
 #define IS_DRIVE_TYPE_VALID(type) ((type) != DRIVE_UNKNOWN && (type) != DRIVE_NO_ROOT_DIR)