Simplify header dependency
This commit is contained in:
parent
83b9ac1688
commit
662e60bfe1
3 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "sdl_utils.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "image.hpp"
|
||||
#include "log.hpp"
|
||||
#include "preferences_display.hpp"
|
||||
#include "sdl_utils.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
|
|
@ -16,10 +16,11 @@
|
|||
|
||||
#include "events.hpp"
|
||||
#include "SDL.h"
|
||||
#include "sdl_utils.hpp"
|
||||
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
struct surface;
|
||||
|
||||
//possible flags when setting video modes
|
||||
#define FULL_SCREEN SDL_FULLSCREEN
|
||||
#define VIDEO_MEMORY SDL_HWSURFACE
|
||||
|
|
Loading…
Add table
Reference in a new issue