Fix SDL includes
FossilOrigin-Name: c39abceb9b813d4d6fea04f66b865203804a91da29dc45aa509aa71565956849
This commit is contained in:
parent
adac444372
commit
8f62d73416
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
#import <ObjFW/ObjFW.h>
|
#import <ObjFW/ObjFW.h>
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
|
#include <SDL2/SDL_image.h>
|
||||||
|
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|
||||||
|
@ -355,9 +356,6 @@ enum {
|
||||||
# include <GL/glu.h>
|
# include <GL/glu.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <SDL.h>
|
|
||||||
#include <SDL_image.h>
|
|
||||||
|
|
||||||
#include <enet/enet.h>
|
#include <enet/enet.h>
|
||||||
|
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue