summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/inputevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/inputevent.hpp')
-rw-r--r--src/guichan/include/guichan/inputevent.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/inputevent.hpp b/src/guichan/include/guichan/inputevent.hpp
index 732886de8..87dd3359a 100644
--- a/src/guichan/include/guichan/inputevent.hpp
+++ b/src/guichan/include/guichan/inputevent.hpp
@@ -46,7 +46,6 @@
#define GCN_INPUTEVENT_HPP
#include "guichan/event.hpp"
-#include "guichan/platform.hpp"
namespace gcn
{
@@ -56,7 +55,7 @@ namespace gcn
* @author Olof Naessén
* @since 0.6.0
*/
- class GCN_CORE_DECLSPEC InputEvent: public Event
+ class InputEvent: public Event
{
public:
/**