diff options
Diffstat (limited to 'src/guichan/include/guichan/event.hpp')
-rw-r--r-- | src/guichan/include/guichan/event.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/event.hpp b/src/guichan/include/guichan/event.hpp index fa3220d51..8a5eda83f 100644 --- a/src/guichan/include/guichan/event.hpp +++ b/src/guichan/include/guichan/event.hpp @@ -45,8 +45,6 @@ #ifndef GCN_EVENT_HPP #define GCN_EVENT_HPP -#include "guichan/platform.hpp" - #include "localconsts.h" namespace gcn @@ -60,7 +58,7 @@ namespace gcn * @author Olof Naessén * @since 0.6.0 */ - class GCN_CORE_DECLSPEC Event + class Event { public: /** |