X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=common.h;fp=common.h;h=b0f32ff1dbd906dca4d1fbab52e90294b50a4854;hb=474fd4f894f57b7d53a22e15b31b8749c42e9a53;hp=28d9ea0cdc105c36c61551729619f2155ffe66df;hpb=f68d2bb77d8b4d94af72b6cbe870d423ed82b17f;p=vor.git 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