mirror of
https://git.code.sf.net/p/quake/nuq
synced 2025-01-31 13:40:50 +00:00
sane sdl includes, same commit as in newtree
This commit is contained in:
parent
20854c0f2f
commit
3a1fb980f2
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#include "SDL.h"
|
||||
|
||||
#include "host.h"
|
||||
#include "menu.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <signal.h>
|
||||
#include <values.h>
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#include "SDL.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "host.h"
|
||||
|
|
Loading…
Reference in a new issue