Skip to content

Commit

Permalink
Cleaned up some unnecessary map/label.hpp includes in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Aug 9, 2017
1 parent a487ba4 commit 5e0dfb0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/editor/action/action_label.hpp
Expand Up @@ -25,11 +25,9 @@

#pragma once

#include "color.hpp"
#include "editor/action/action.hpp"

#include "map/map.hpp"
#include "map/label.hpp"


namespace editor {

Expand Down
1 change: 0 additions & 1 deletion src/editor/action/mouse/mouse_action_map_label.hpp
Expand Up @@ -16,7 +16,6 @@

#include "mouse_action.hpp"
#include "editor/palette/empty_palette.hpp"
#include "map/label.hpp"

class CKey;

Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/editor/edit_label.hpp
Expand Up @@ -15,7 +15,6 @@
#pragma once

#include "gui/dialogs/modal_dialog.hpp"
#include "map/label.hpp"
#include "color.hpp"

namespace gui2
Expand Down

0 comments on commit 5e0dfb0

Please sign in to comment.