]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
got an email about this being out of date, fixed
[xonotic/darkplaces.git] / snd_mix.c
index e9325085348f6a4582af37d1224ceb3a28792ab2..a006f68f7fac6ed1dceeb284b8eeb9b3402321eb 100644 (file)
--- 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];