mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Remove redundant include of input.h
This commit is contained in:
parent
8b39af51f2
commit
4b4fb0f9aa
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <X11/extensions/XShm.h>
|
||||
|
||||
#ifdef HAVE_VIDMODE
|
||||
# include <X11/extensions/xf86vmode.h>
|
||||
#endif
|
||||
|
@ -74,7 +75,6 @@
|
|||
#include "draw.h"
|
||||
#include "host.h"
|
||||
#include "input.h"
|
||||
#include "input.h"
|
||||
#include "keys.h"
|
||||
#include "menu.h"
|
||||
#include "qargs.h"
|
||||
|
|
Loading…
Reference in a new issue