diff options
Diffstat (limited to 'src/input/keyevent.h')
-rw-r--r-- | src/input/keyevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/keyevent.h b/src/input/keyevent.h index e0b2e8e17..3637d720c 100644 --- a/src/input/keyevent.h +++ b/src/input/keyevent.h @@ -21,8 +21,8 @@ #ifndef INPUT_KEYEVENT_H #define INPUT_KEYEVENT_H -#include <guichan/key.hpp> -#include <guichan/keyevent.hpp> +#include "gui/base/key.hpp" +#include "gui/base/keyevent.hpp" #include <string> |