fixup includes, remove include SDL.h from src/events.hpp

This commit is contained in:
Chris Beck 2014-06-19 11:11:05 -04:00
parent 4c06902df5
commit 78b538bc1f
4 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,8 @@
#ifndef EVENTS_HPP_INCLUDED
#define EVENTS_HPP_INCLUDED
#include "SDL.h"
#include "SDL_events.h"
#include "SDL_version.h"
#include <vector>
//our user-defined double-click event type

View file

@ -24,6 +24,7 @@
#include "util.hpp"
#include "SDL_mixer.h"
#include "SDL_sound.h"
#include <boost/foreach.hpp>

View file

@ -21,6 +21,8 @@
#include "sound.hpp"
#include "soundsource.hpp"
#include "SDL_sound.h"
namespace soundsource {
const unsigned DEFAULT_CHANCE = 100;

View file

@ -22,6 +22,8 @@
#include "resources.hpp"
#include "video.hpp"
#include "SDL_sound.h"
#include <boost/foreach.hpp>
namespace {