Skip to content

Commit

Permalink
Remove some unneeded includes
Browse files Browse the repository at this point in the history
Conflicts:
	src/loadscreen.cpp
  • Loading branch information
AI0867 authored and gfgtdf committed Oct 13, 2014
1 parent bd76edf commit 1ce6fab
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/ai/lua/core.cpp
Expand Up @@ -31,7 +31,6 @@
#include "lua_object.hpp" // (Nephro)

#include "../../attack_prediction.hpp"
#include "../../filesystem.hpp"
#include "../../game_display.hpp"
#include "../../log.hpp"
#include "../../map.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/editor/map/editor_map.cpp
Expand Up @@ -18,7 +18,6 @@
#include "formula_string_utils.hpp"

#include "../../display.hpp"
#include "../../filesystem.hpp"
#include "../../gettext.hpp"
#include "../../map_exception.hpp"
#include "../../map_label.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/lobby/lobby_info.cpp
Expand Up @@ -16,7 +16,6 @@

#include "config.hpp"
#include "game_preferences.hpp"
#include "filesystem.hpp"
#include "formula_string_utils.hpp"
#include "gettext.hpp"
#include "network.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/loadscreen.cpp
Expand Up @@ -23,7 +23,6 @@
#include "font.hpp"
#include "marked-up_text.hpp"
#include "gettext.hpp"
#include "filesystem.hpp"
#include "sdl/rect.hpp"
#include "video.hpp"
#include "image.hpp"
Expand Down
2 changes: 0 additions & 2 deletions src/network_ana.cpp
Expand Up @@ -31,8 +31,6 @@
#include "thread.hpp"
#include "util.hpp"

#include "filesystem.hpp"

#include <cerrno>
#include <queue>
#include <iomanip>
Expand Down

0 comments on commit 1ce6fab

Please sign in to comment.