Moved an erroneous sdl/utils.hpp include out of text header

This belonged in the implementation. Meant I had to include util.hpp in a few more places, though.
This commit is contained in:
Charles Dang 2016-12-11 00:08:28 +11:00
parent 7d83d0616a
commit 1b8c04fbba
4 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,7 @@
#include "gui/widgets/helper.hpp"
#include "gui/core/log.hpp"
#include "gui/core/point.hpp"
#include "sdl/utils.hpp"
#include "serialization/string_utils.hpp"
#include "serialization/unicode.hpp"
#include "preferences.hpp"

View file

@ -18,7 +18,6 @@
#include "font/font_options.hpp"
#include "color.hpp"
#include "sdl/surface.hpp"
#include "sdl/utils.hpp"
#include "serialization/unicode_types.hpp"
#include <pango/pango.h>

View file

@ -19,6 +19,7 @@
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "util.hpp"
#include "gui/dialogs/depcheck_confirm_change.hpp"
#include "gui/dialogs/depcheck_select_new.hpp"

View file

@ -42,6 +42,7 @@
#include "image.hpp"
#include "language.hpp"
#include "serialization/string_utils.hpp"
#include "util.hpp"
#include <cctype>
#include "utils/functional.hpp"