]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_alsa.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / snd_alsa.c
index bed25d2b0964387179871c3081daacde02fb3272..96c8b2d1abeee45cb058ca48b16791ea6b967bfc 100644 (file)
 
 // ALSA module, used by Linux
 
+#include "quakedef.h"
 
 #include <alsa/asoundlib.h>
 
-#include "quakedef.h"
 #include "snd_main.h"