JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
windows port, maybe?
[vor.git] / common.h
index 28d9ea0..b0f32ff 100644 (file)
--- a/common.h
+++ b/common.h
@@ -21,8 +21,4 @@
 #define CONDERROR(a) if((a)) {initerror = strdup(SDL_GetError());return 1;}
 #define NULLERROR(a) CONDERROR((a) == NULL)
 
-#ifdef WIN32
-# include <windows.h>
-#endif
-
 #endif // VOR_COMMON_H