summaryrefslogtreecommitdiff
path: root/src/gui/widgets/table.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-31 02:00:49 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-31 02:00:49 +0300
commitbd17bd98bb85bc146958fed07f48dcea55a969a5 (patch)
tree50f53284fd6507c6218350654307cb3152335f65 /src/gui/widgets/table.cpp
parent9d3b975bcb84ad1c61d628de2804751c0d0707dd (diff)
downloadplus-bd17bd98bb85bc146958fed07f48dcea55a969a5.tar.gz
plus-bd17bd98bb85bc146958fed07f48dcea55a969a5.tar.bz2
plus-bd17bd98bb85bc146958fed07f48dcea55a969a5.tar.xz
plus-bd17bd98bb85bc146958fed07f48dcea55a969a5.zip
Revert "Switch includes to use embedded guichan."
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
Diffstat (limited to 'src/gui/widgets/table.cpp')
-rw-r--r--src/gui/widgets/table.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/table.cpp b/src/gui/widgets/table.cpp
index 3b8a425bb..d5325679f 100644
--- a/src/gui/widgets/table.cpp
+++ b/src/gui/widgets/table.cpp
@@ -30,9 +30,9 @@
#include "utils/dtor.h"
-#include "guichan/actionlistener.hpp"
-#include "guichan/graphics.hpp"
-#include "guichan/key.hpp"
+#include <guichan/actionlistener.hpp>
+#include <guichan/graphics.hpp>
+#include <guichan/key.hpp>
#include "debug.h"