fixup includes
This commit is contained in:
parent
98922ff0af
commit
10d78ba4a5
3 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "gui/widgets/widget.hpp"
|
||||
|
||||
#include "SDL_events.h"
|
||||
|
||||
#include <boost/mpl/for_each.hpp>
|
||||
|
||||
namespace gui2
|
||||
|
|
|
@ -15,11 +15,10 @@
|
|||
#ifndef TOOLTIPS_HPP_INCLUDED
|
||||
#define TOOLTIPS_HPP_INCLUDED
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
class CVideo;
|
||||
struct SDL_Rect;
|
||||
|
||||
namespace tooltips {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue