Include SDL_timer.h directly when possible

This commit is contained in:
Charles Dang 2017-05-11 21:40:29 +11:00
parent 550ca35b68
commit 612fe2dcef
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@
#include <numeric>
#include <boost/dynamic_bitset.hpp>
#include <SDL.h>
#include <SDL_timer.h>
static lg::log_domain log_ai_testing_ai_default("ai/ca/testing_ai_default");
#define DBG_AI_TESTING_AI_DEFAULT LOG_STREAM(debug, log_ai_testing_ai_default)

View file

@ -31,7 +31,7 @@
#include "seed_rng.hpp"
#include "wml_exception.hpp"
#include <SDL.h>
#include <SDL_timer.h>
static lg::log_domain log_mapgen("mapgen");
#define ERR_NG LOG_STREAM(err, log_mapgen)

View file

@ -18,7 +18,7 @@
#include "sound.hpp"
#include "soundsource.hpp"
#include <SDL.h> // Travis doesn't like this, although it works on my machine -> '#include <SDL_sound.h>
#include <SDL_timer.h>
namespace soundsource {