GUI2/Custom ToD: include display.hpp directly instead of editor_display.hpp
This commit is contained in:
parent
6465750cdf
commit
231effdb85
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue