fix screen.h include in vid_x.c

This commit is contained in:
Tyrann 2011-12-31 07:37:09 +10:00
parent 5a511e082a
commit 41386415a4

View File

@ -48,11 +48,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "d_local.h"
#include "keys.h"
#include "quakedef.h"
#include "screen.h"
#include "sys.h"
// FIXME - header hacks
extern int scr_fullupdate;
static float old_mouse_x, old_mouse_y;
static int ignorenext;