Skip to content

Commit

Permalink
Moved an erroneous sdl/utils.hpp include out of text header
Browse files Browse the repository at this point in the history
This belonged in the implementation. Meant I had to include util.hpp in a few more places, though.
  • Loading branch information
Vultraz committed Dec 10, 2016
1 parent 7d83d06 commit 1b8c04f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/font/text.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/font/text.hpp
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/game_initialization/depcheck.cpp
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/gui/dialogs/game_load.cpp
Expand Up @@ -42,6 +42,7 @@
#include "image.hpp"
#include "language.hpp"
#include "serialization/string_utils.hpp"
#include "util.hpp"

#include <cctype>
#include "utils/functional.hpp"
Expand Down

0 comments on commit 1b8c04f

Please sign in to comment.