mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Remove client.h from sw_rsurf.c. Prepare gl_rsurf.c for same.
This commit is contained in:
parent
a9c9a46c37
commit
4d09685df7
4 changed files with 4 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/render.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "glquake.h"
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "QF/render.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "r_local.h"
|
||||
|
||||
drawsurf_t r_drawsurf;
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "QF/compat.h"
|
||||
#include "QF/render.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "client.h"
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "QF/render.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "r_local.h"
|
||||
|
||||
drawsurf_t r_drawsurf;
|
||||
|
|
Loading…
Reference in a new issue