summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index ad82c5772..f455f1238 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))