Skip to content

Commit

Permalink
Include cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Apr 19, 2017
1 parent 2a68ae9 commit 96ee2e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/storyscreen/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "gettext.hpp"
#include "log.hpp"
#include "resources.hpp"
#include "widgets/button.hpp"

static lg::log_domain log_engine("engine");
#define ERR_NG LOG_STREAM(err, log_engine)
Expand Down
11 changes: 0 additions & 11 deletions src/storyscreen/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,8 @@
#include "storyscreen/interface.hpp"
#include "storyscreen/controller.hpp"

#include "gui/widgets/settings.hpp"
#include "gui/dialogs/story_viewer.hpp"

#include "font/text.hpp"
#include "gettext.hpp"
#include "language.hpp"
#include "log.hpp"
#include "sound.hpp"
#include "video.hpp"

static lg::log_domain log_engine("engine");
#define LOG_NG LOG_STREAM(info, log_engine)

void show_story(CVideo& video, const std::string &scenario_name,
const config::const_child_itors &story)
{
Expand Down

0 comments on commit 96ee2e1

Please sign in to comment.