diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-31 02:00:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-31 02:00:49 +0300 |
commit | bd17bd98bb85bc146958fed07f48dcea55a969a5 (patch) | |
tree | 50f53284fd6507c6218350654307cb3152335f65 /src/gui/sdlinput.h | |
parent | 9d3b975bcb84ad1c61d628de2804751c0d0707dd (diff) | |
download | plus-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/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index 9b279e6bb..b441380a4 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 { |