Skip to content

Commit

Permalink
fixup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 19, 2014
1 parent 98922ff commit 10d78ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/gui/auxiliary/event/dispatcher.hpp
Expand Up @@ -20,6 +20,8 @@
#include "sdl/compat.hpp"
#include "serialization/unicode.hpp"

#include "SDL_events.h"

#include <boost/function.hpp>
#include <boost/mpl/int.hpp>
#include <boost/utility/enable_if.hpp>
Expand Down
2 changes: 2 additions & 0 deletions src/gui/auxiliary/event/dispatcher_private.hpp
Expand Up @@ -19,6 +19,8 @@

#include "gui/widgets/widget.hpp"

#include "SDL_events.h"

#include <boost/mpl/for_each.hpp>

namespace gui2
Expand Down
3 changes: 1 addition & 2 deletions src/tooltips.hpp
Expand Up @@ -15,11 +15,10 @@
#ifndef TOOLTIPS_HPP_INCLUDED
#define TOOLTIPS_HPP_INCLUDED

#include "SDL.h"

#include <string>

class CVideo;
struct SDL_Rect;

namespace tooltips {

Expand Down

0 comments on commit 10d78ba

Please sign in to comment.