Cleaned up a few video.hpp includes

This commit is contained in:
Charles Dang 2016-12-07 01:08:06 +11:00
parent 5f3a0bb69f
commit cbcb355ee9
4 changed files with 0 additions and 5 deletions

View file

@ -35,8 +35,6 @@
#include <cassert>
#include <cstring>
#include "video.hpp"
namespace font {
pango_text::pango_text()

View file

@ -48,7 +48,6 @@
#include "formula/string_utils.hpp"
#include "preferences.hpp"
#include "strftime.hpp"
#include "video.hpp"
#include "config.hpp"

View file

@ -37,7 +37,6 @@
#endif
#include "serialization/string_utils.hpp"
#include "video.hpp"
#include <SDL_image.h>

View file

@ -31,7 +31,6 @@
#include "serialization/string_utils.hpp"
#include "util.hpp"
#include "variable.hpp"
#include "video.hpp"
namespace storyscreen {