Optimize includes
Only include SDL_stdinc.h for SDL_bool, not the whole SDL.h.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef SCREEN_H
|
||||
#define SCREEN_H
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
|
||||
SDL_bool show_screen(const char *serial, Uint16 local_port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user