diff --git a/source/cl_main.c b/source/cl_main.c index 9c31942..910a01e 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -32,6 +32,9 @@ #endif #include +#include "sys.h" +#include "quakedef.h" + #ifdef _WIN32 #include "winquake.h" #include "winsock.h" @@ -41,9 +44,6 @@ #endif #include -#include "sys.h" -#include "quakedef.h" - // we need to declare some mouse variables here, because the menu system // references them even when on a unix system.