Skip to content

Commit

Permalink
Cleaned up unnecessary video.hpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz authored and GregoryLundberg committed Nov 30, 2017
1 parent 0a7b085 commit 41d1fe2
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion src/chat_command_handler.cpp
Expand Up @@ -17,7 +17,6 @@
#include "chat_events.hpp"
#include "preferences/game.hpp"
#include "preferences/display.hpp"
#include "video.hpp"
#include "game_config_manager.hpp"

namespace events {
Expand Down
1 change: 0 additions & 1 deletion src/game_initialization/create_engine.cpp
Expand Up @@ -28,7 +28,6 @@
#include "map/map.hpp"
#include "minimap.hpp"
#include "saved_game.hpp"
#include "video.hpp"
#include "wml_exception.hpp"

#include "serialization/preprocessor.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/game_initialization/multiplayer.cpp
Expand Up @@ -37,7 +37,6 @@
#include "settings.hpp"
#include "sound.hpp"
#include "statistics.hpp"
#include "video.hpp"
#include "wesnothd_connection.hpp"
#include "resources.hpp"
#include "replay.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/generators/default_map_generator.cpp
Expand Up @@ -22,7 +22,6 @@
#include "log.hpp"
#include "map/map.hpp"
#include "seed_rng.hpp"
#include "video.hpp"

static lg::log_domain log_engine("engine");
#define DBG_NG LOG_STREAM(debug, log_engine)
Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/campaign_selection.cpp
Expand Up @@ -39,7 +39,6 @@

#include "utils/functional.hpp"
#include "utils/irdya_datetime.hpp"
#include "video.hpp"

namespace gui2
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/game_cache_options.cpp
Expand Up @@ -32,7 +32,6 @@
#include "utils/functional.hpp"

#include "gettext.hpp"
#include "video.hpp"

namespace gui2
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/multiplayer/mp_connect.cpp
Expand Up @@ -28,7 +28,6 @@
#include "gui/widgets/settings.hpp"

#include "utils/functional.hpp"
#include "video.hpp"

namespace gui2
{
Expand Down
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/mp_join_game.cpp
Expand Up @@ -15,6 +15,7 @@

#include "gui/dialogs/multiplayer/mp_join_game.hpp"

#include "events.hpp"
#include "font/text_formatting.hpp"
#include "formatter.hpp"
#include "formula/string_utils.hpp"
Expand Down Expand Up @@ -45,7 +46,6 @@
#include "mp_ui_alerts.hpp"
#include "statistics.hpp"
#include "units/types.hpp"
#include "video.hpp"
#include "wesnothd_connection.hpp"


Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/network_transmission.cpp
Expand Up @@ -26,7 +26,6 @@
#include "gui/widgets/window.hpp"
#include "log.hpp"
#include "serialization/string_utils.hpp"
#include "video.hpp"
#include "wesnothd_connection.hpp"

namespace gui2
Expand Down
1 change: 0 additions & 1 deletion src/scripting/lua_kernel_base.cpp
Expand Up @@ -37,7 +37,6 @@
#include "scripting/push_check.hpp"

#include "version.hpp" // for do_version_check, etc
#include "video.hpp"
#include "image.hpp"

#include "formula/string_utils.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/sdl/utils.cpp
Expand Up @@ -22,7 +22,6 @@
#include "color.hpp"

#include "serialization/string_utils.hpp"
#include "video.hpp"
#include "xBRZ/xbrz.hpp"

#include <algorithm>
Expand Down
1 change: 0 additions & 1 deletion src/wesnothd_connection.cpp
Expand Up @@ -18,7 +18,6 @@
#include "log.hpp"
#include "serialization/parser.hpp"
#include "utils/functional.hpp"
#include "video.hpp"

#include <boost/thread.hpp>
#include <SDL_timer.h>
Expand Down

0 comments on commit 41d1fe2

Please sign in to comment.