mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
fixed #includes in vid_3dfxsvga.c
This commit is contained in:
parent
828019505e
commit
ced128e572
1 changed files with 1 additions and 1 deletions
|
@ -46,11 +46,11 @@
|
|||
|
||||
#include "compat.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "glquake.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "qfgl_ext.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sbar.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/va.h"
|
||||
|
|
Loading…
Reference in a new issue