From: havoc Date: Mon, 23 Sep 2002 04:20:04 +0000 (+0000) Subject: no need to include winquake.h X-Git-Tag: RELEASE_0_2_0_RC1~215 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=78da49ba852ed63b1079cc1ab8545e82c4abd78e no need to include winquake.h git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2419 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 1cb2aee6..fe2097a9 100644 --- a/menu.c +++ b/menu.c @@ -19,10 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "quakedef.h" -#ifdef _WIN32 -#include "winquake.h" -#endif - void (*vid_menudrawfn)(void); void (*vid_menukeyfn)(int key); diff --git a/snd_mix.c b/snd_mix.c index e9325085..a006f68f 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "quakedef.h" -#ifdef _WIN32 -#include "winquake.h" -#endif - // LordHavoc: was 512, expanded to 2048 #define PAINTBUFFER_SIZE 2048 portable_samplepair_t paintbuffer[PAINTBUFFER_SIZE];