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 10d78ba commit 9b47569
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/editor/action/mouse/mouse_action.hpp
Expand Up @@ -22,6 +22,8 @@
#include "editor/palette/terrain_palettes.hpp"
#include "editor/palette/empty_palette.hpp"

#include <SDL_video.h>

class CKey;

namespace editor {
Expand Down
2 changes: 2 additions & 0 deletions src/editor/action/mouse/mouse_action_map_label.cpp
Expand Up @@ -19,6 +19,8 @@
#include "../../editor_display.hpp"
#include "../../map/context_manager.hpp"

#include <SDL_video.h>

#include "gui/dialogs/editor/editor_edit_label.hpp"

namespace editor {
Expand Down
3 changes: 2 additions & 1 deletion src/theme.hpp
Expand Up @@ -20,10 +20,11 @@
#ifndef THEME_HPP_INCLUDED
#define THEME_HPP_INCLUDED

#include "SDL.h"
#include "config.hpp"
#include "generic_event.hpp"

#include <SDL_video.h>

typedef struct { size_t x1,y1,x2,y2; } _rect;

struct theme_info
Expand Down

0 comments on commit 9b47569

Please sign in to comment.