GUI2/Custom ToD: include display.hpp directly instead of editor_display.hpp

This commit is contained in:
Charles Dang 2016-11-30 13:17:49 +11:00
parent 6465750cdf
commit 231effdb85

View file

@ -15,21 +15,14 @@
#ifndef GUI_DIALOGS_CUSTOM_TOD_HPP_INCLUDED
#define GUI_DIALOGS_CUSTOM_TOD_HPP_INCLUDED
#include "display.hpp"
#include "time_of_day.hpp"
#include "gui/widgets/image.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/dialogs/modal_dialog.hpp"
#include "editor/editor_display.hpp"
#include <vector>
namespace editor
{
class editor_display;
} // namespace editor
namespace gui2
{