diff options
Diffstat (limited to 'src/gui/editdialog.h')
-rw-r--r-- | src/gui/editdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h index 09f6fa2f2..55947b23d 100644 --- a/src/gui/editdialog.h +++ b/src/gui/editdialog.h @@ -26,7 +26,7 @@ #include "gui/widgets/window.h" #include "gui/widgets/textfield.h" -#include "guichan/actionlistener.hpp" +#include <guichan/actionlistener.hpp> #define ACTION_EDIT_OK "edit ok" |