mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 05:51:36 +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
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include "sys.h"
|
||||
#include "quakedef.h"
|
||||
#include "d_local.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
@ -49,10 +53,6 @@ typedef unsigned short PIXEL;
|
|||
#include <X11/keysym.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_FIXME */
|
||||
cvar_t *_windowed_mouse;
|
||||
|
|
Loading…
Reference in a new issue