From 4b4fb0f9aa1ad4ad136182f8ab4a85584a705b1f Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 22 Jan 2001 22:50:08 +0000 Subject: [PATCH] Remove redundant include of input.h --- source/vid_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vid_x11.c b/source/vid_x11.c index 4c1a560..685aad3 100644 --- a/source/vid_x11.c +++ b/source/vid_x11.c @@ -60,6 +60,7 @@ #include #include #include + #ifdef HAVE_VIDMODE # include #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"