mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Don't include SDL_byteorder.h
We don't need it and it's not always available.
This commit is contained in:
parent
cd1e3e5b6f
commit
6200d35109
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <SDL_audio.h>
|
#include <SDL_audio.h>
|
||||||
#include <SDL_byteorder.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "QF/cmd.h"
|
#include "QF/cmd.h"
|
||||||
|
|
Loading…
Reference in a new issue