Skip to content

Commit

Permalink
finish fix up in aabdd29
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 19, 2014
1 parent aabdd29 commit 06b0506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/soundsource.cpp
Expand Up @@ -21,7 +21,7 @@
#include "sound.hpp"
#include "soundsource.hpp"

#include "SDL_sound.h"
#include "SDL.h" // Travis doesn't like this, although it works on my machine -> '#include "SDL_sound.h"

namespace soundsource {

Expand Down
2 changes: 1 addition & 1 deletion src/tooltips.cpp
Expand Up @@ -22,7 +22,7 @@
#include "resources.hpp"
#include "video.hpp"

#include "SDL_sound.h"
#include "SDL.h" // Travis doesn't like this, although it works on my machine -> '#include "SDL_sound.h"

#include <boost/foreach.hpp>

Expand Down

0 comments on commit 06b0506

Please sign in to comment.