diff options
Diffstat (limited to 'src/gui/quitdialog.h')
-rw-r--r-- | src/gui/quitdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/quitdialog.h b/src/gui/quitdialog.h index 83c514e6..cd73fd72 100644 --- a/src/gui/quitdialog.h +++ b/src/gui/quitdialog.h @@ -22,10 +22,10 @@ #ifndef QUITDIALOG_H #define QUITDIALOG_H -#include "gui/widgets/window.h" - #include "guichanfwd.h" +#include "gui/widgets/window.h" + #include <guichan/actionlistener.hpp> #include <guichan/keylistener.hpp> |