X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_mix.c;h=a006f68f7fac6ed1dceeb284b8eeb9b3402321eb;hp=e9325085348f6a4582af37d1224ceb3a28792ab2;hb=38559281b890b93f6a1825ac3d4998ed94f14c74;hpb=0677a97412504c7ef6d9e349ff11a1c585f76d2e 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];