mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Minor cleanups, not client.h or host.h clean yet, though.
This commit is contained in:
parent
4d09685df7
commit
853dfceac6
7 changed files with 8 additions and 3 deletions
|
@ -44,6 +44,8 @@
|
|||
#include "QF/draw.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/pcx.h"
|
||||
#include "QF/quakefs.h" // MAX_OSPATH
|
||||
#include "QF/render.h" // r_refdef
|
||||
#include "QF/skin.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/tga.h"
|
||||
|
@ -52,7 +54,6 @@
|
|||
#include "glquake.h"
|
||||
#include "host.h"
|
||||
#include "r_cvar.h"
|
||||
#include "r_local.h"
|
||||
#include "sbar.h"
|
||||
#include "view.h"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/info.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "glquake.h"
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include "QF/sys.h"
|
||||
#include "QF/vid.h"
|
||||
|
||||
//#include "cl_parse.h"
|
||||
#include "client.h"
|
||||
#include "d_iface.h"
|
||||
#include "host.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/info.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "host.h"
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
#include "QF/draw.h"
|
||||
#include "QF/keys.h"
|
||||
#include "QF/pcx.h"
|
||||
#include "QF/quakefs.h" // MAX_OSPATH
|
||||
#include "QF/render.h" // r_refdef
|
||||
#include "QF/skin.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/tga.h"
|
||||
|
@ -53,7 +55,6 @@
|
|||
#include "glquake.h"
|
||||
#include "host.h"
|
||||
#include "r_cvar.h"
|
||||
#include "r_local.h"
|
||||
#include "sbar.h"
|
||||
#include "view.h"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/info.h"
|
||||
|
||||
#include "bothdefs.h"
|
||||
#include "client.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/info.h"
|
||||
|
||||
#include "bothdefs.h"
|
||||
#include "client.h"
|
||||
|
|
Loading…
Reference in a new issue