]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / console.c
index eb13a112b5b90c51da610a39247843bc6dedaea5..c11f548c254aa4556bea08e505306c9681a1e95e 100644 (file)
--- a/console.c
+++ b/console.c
@@ -19,11 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // console.c
 
+#include "quakedef.h"
+
 #if !defined(WIN32) || defined(__MINGW32__)
 # include <unistd.h>
 #endif
 #include <time.h>
-#include "quakedef.h"
 
 int con_linewidth;