Include cleanups

This commit is contained in:
Charles Dang 2017-04-19 15:24:54 +11:00
parent 2a68ae90e1
commit 96ee2e166e
2 changed files with 0 additions and 12 deletions

View file

@ -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)

View file

@ -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)
{