Skip to content

Commit

Permalink
Cleaned up inclusions of video.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 19, 2016
1 parent 9c33f77 commit ec9995d
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/addon/manager.cpp
Expand Up @@ -36,7 +36,6 @@
#include "marked-up_text.hpp"
#include "serialization/parser.hpp"
#include "version.hpp"
#include "video.hpp"
#include "wml_separators.hpp"
#include "formula_string_utils.hpp"
#include "addon/client.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/cursor.cpp
Expand Up @@ -23,7 +23,6 @@
#include "image.hpp"
#include "preferences_display.hpp"
#include "sdl/rect.hpp"
#include "video.hpp"

#include <iostream>
#include <boost/logic/tribool.hpp>
Expand Down
1 change: 0 additions & 1 deletion src/font.cpp
Expand Up @@ -25,7 +25,6 @@
#include "marked-up_text.hpp"
#include "text.hpp"
#include "tooltips.hpp"
#include "video.hpp"
#include "sdl/alpha.hpp"
#include "sdl/rect.hpp"
#include "serialization/parser.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/generators/default_map_generator.cpp
Expand Up @@ -19,7 +19,6 @@
#include "default_map_generator.hpp"

#include "default_map_generator_job.hpp"
#include "video.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map.hpp"
Expand Down
2 changes: 0 additions & 2 deletions src/gui/auxiliary/event/dispatcher.hpp
Expand Up @@ -22,8 +22,6 @@

#include "SDL_events.h"

#include "video.hpp"

#include "utils/boost_function_guarded.hpp"
#include <boost/mpl/int.hpp>
#include <boost/utility/enable_if.hpp>
Expand Down
2 changes: 2 additions & 0 deletions src/gui/auxiliary/event/distributor.hpp
Expand Up @@ -42,6 +42,8 @@
#include "gui/auxiliary/event/handler.hpp"
#include "gui/lib/types/point.hpp"
#include "serialization/unicode_types.hpp"
#include "video.hpp"

#include <string>
#include <vector>

Expand Down
3 changes: 1 addition & 2 deletions src/show_dialog.hpp
Expand Up @@ -16,14 +16,13 @@
#define SHOW_DIALOG_HPP_INCLUDED

class config;
class CVideo;
class display;

#include "cursor.hpp"
#include "floating_label.hpp"
#include "font.hpp"
#include "tooltips.hpp"

#include "video.hpp"
#include "widgets/menu.hpp"

namespace gui
Expand Down
2 changes: 1 addition & 1 deletion src/storyscreen/controller.hpp
Expand Up @@ -22,10 +22,10 @@

#include "events.hpp"
#include "interface.hpp"
#include "video.hpp" //for resize_lock

#include <boost/shared_ptr.hpp>

class CVideo;
class vconfig;

namespace storyscreen {
Expand Down
1 change: 1 addition & 0 deletions src/storyscreen/interface.cpp
Expand Up @@ -29,6 +29,7 @@
#include "log.hpp"
#include "sound.hpp"
#include "text.hpp"
#include "video.hpp"

static lg::log_domain log_engine("engine");
#define LOG_NG LOG_STREAM(info, log_engine)
Expand Down
3 changes: 1 addition & 2 deletions src/storyscreen/render.hpp
Expand Up @@ -24,12 +24,11 @@
#include "key.hpp"
#include "storyscreen/part.hpp"
#include "events.hpp"
#include "video.hpp"
// #include "widgets/button.hpp"

class CVideo;
class display;


namespace gui { class button; }

namespace storyscreen {
Expand Down
1 change: 0 additions & 1 deletion src/widgets/widget.hpp
Expand Up @@ -17,7 +17,6 @@

#include "events.hpp"
#include "sdl/utils.hpp"
#include "video.hpp"

class CVideo;

Expand Down

0 comments on commit ec9995d

Please sign in to comment.