Skip to content

Commit

Permalink
Cleaned up a few video.hpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 6, 2016
1 parent 5f3a0bb commit cbcb355
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/font/text.cpp
Expand Up @@ -35,8 +35,6 @@
#include <cassert>
#include <cstring>

#include "video.hpp"

namespace font {

pango_text::pango_text()
Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/addon/manager.cpp
Expand Up @@ -48,7 +48,6 @@
#include "formula/string_utils.hpp"
#include "preferences.hpp"
#include "strftime.hpp"
#include "video.hpp"

#include "config.hpp"

Expand Down
1 change: 0 additions & 1 deletion src/image.cpp
Expand Up @@ -37,7 +37,6 @@
#endif

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

#include <SDL_image.h>

Expand Down
1 change: 0 additions & 1 deletion src/storyscreen/part.cpp
Expand Up @@ -31,7 +31,6 @@
#include "serialization/string_utils.hpp"
#include "util.hpp"
#include "variable.hpp"
#include "video.hpp"

namespace storyscreen {

Expand Down

0 comments on commit cbcb355

Please sign in to comment.