summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/keyinput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/keyinput.hpp')
-rw-r--r--src/guichan/include/guichan/keyinput.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/keyinput.hpp b/src/guichan/include/guichan/keyinput.hpp
index f38bd4d58..5748fe98f 100644
--- a/src/guichan/include/guichan/keyinput.hpp
+++ b/src/guichan/include/guichan/keyinput.hpp
@@ -46,7 +46,6 @@
#define GCN_KEYINPUT_HPP
#include "guichan/key.hpp"
-#include "guichan/platform.hpp"
namespace gcn
{
@@ -57,7 +56,7 @@ namespace gcn
*
* @since 0.1.0
*/
- class GCN_CORE_DECLSPEC KeyInput
+ class KeyInput
{
public:
/**