Remove redundant include of input.h

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-22 22:50:08 +00:00
parent 8b39af51f2
commit 4b4fb0f9aa
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,7 @@
#include <sys/ipc.h> #include <sys/ipc.h>
#include <sys/shm.h> #include <sys/shm.h>
#include <X11/extensions/XShm.h> #include <X11/extensions/XShm.h>
#ifdef HAVE_VIDMODE #ifdef HAVE_VIDMODE
# include <X11/extensions/xf86vmode.h> # include <X11/extensions/xf86vmode.h>
#endif #endif
@ -74,7 +75,6 @@
#include "draw.h" #include "draw.h"
#include "host.h" #include "host.h"
#include "input.h" #include "input.h"
#include "input.h"
#include "keys.h" #include "keys.h"
#include "menu.h" #include "menu.h"
#include "qargs.h" #include "qargs.h"