summaryrefslogtreecommitdiff
path: root/src/gui/sdlinput.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-30 20:32:32 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-30 20:32:32 +0300
commit338c3b1cae626830c9b9d231aeb9f9e8034b37d1 (patch)
tree0d6b2a53f105a6a1c524360bba7fcedb361a8bf0 /src/gui/sdlinput.h
parentfc7928bab206892653a5a7279b384f2bcd323ea4 (diff)
downloadManaVerse-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.gz
ManaVerse-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.bz2
ManaVerse-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.xz
ManaVerse-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.zip
Switch includes to use embedded guichan.
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r--src/gui/sdlinput.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h
index b441380a4..9b279e6bb 100644
--- a/src/gui/sdlinput.h
+++ b/src/gui/sdlinput.h
@@ -62,10 +62,10 @@
#include <SDL/SDL.h>
-#include <guichan/input.hpp>
-#include <guichan/keyinput.hpp>
-#include <guichan/mouseinput.hpp>
-#include <guichan/platform.hpp>
+#include "guichan/input.hpp"
+#include "guichan/keyinput.hpp"
+#include "guichan/mouseinput.hpp"
+#include "guichan/platform.hpp"
namespace Key
{