X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=common.h;h=b0f32ff1dbd906dca4d1fbab52e90294b50a4854;hp=28d9ea0cdc105c36c61551729619f2155ffe66df;hb=1d9107a3d43b3f57087edee14f1eaf7c1f3db54e;hpb=5c8f059629c2127848ce4051296d2f5897bf5c0f diff --git a/common.h b/common.h index 28d9ea0..b0f32ff 100644 --- 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 -#endif - #endif // VOR_COMMON_H