mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-29 15:23:02 +00:00
Re-arranged includes a bit to fix TRU64 warnings
This commit is contained in:
parent
826c403823
commit
ad7b0f9c67
1 changed files with 7 additions and 7 deletions
|
@ -33,14 +33,18 @@ typedef unsigned short PIXEL;
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include "sys.h"
|
||||||
|
#include "quakedef.h"
|
||||||
|
#include "d_local.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/ipc.h>
|
#include <sys/ipc.h>
|
||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -49,10 +53,6 @@ typedef unsigned short PIXEL;
|
||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
#include <X11/extensions/XShm.h>
|
#include <X11/extensions/XShm.h>
|
||||||
|
|
||||||
#include "sys.h"
|
|
||||||
#include "quakedef.h"
|
|
||||||
#include "d_local.h"
|
|
||||||
|
|
||||||
/* cvar_t _windowed_mouse = {"_windowed_mouse","0", true};
|
/* cvar_t _windowed_mouse = {"_windowed_mouse","0", true};
|
||||||
CVAR_FIXME */
|
CVAR_FIXME */
|
||||||
cvar_t *_windowed_mouse;
|
cvar_t *_windowed_mouse;
|
||||||
|
|
Loading…
Reference in a new issue