diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index f455f1238..ad82c5772 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -26,9 +26,9 @@ #include "graphics.h" #include "guichanfwd.h" -#include <guichan/widgetlistener.hpp> +#include "guichan/widgetlistener.hpp" -#include <guichan/widgets/window.hpp> +#include "guichan/widgets/window.hpp" #ifdef __GNUC__ #define _UNUSED_ __attribute__ ((unused)) |