summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/exception.hpp')
-rw-r--r--src/guichan/include/guichan/exception.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/exception.hpp b/src/guichan/include/guichan/exception.hpp
index 63809196d..f74bfa58f 100644
--- a/src/guichan/include/guichan/exception.hpp
+++ b/src/guichan/include/guichan/exception.hpp
@@ -47,8 +47,6 @@
#include <string>
-#include "guichan/platform.hpp"
-
#include "localconsts.h"
#ifndef __FUNCTION__
@@ -85,7 +83,7 @@ namespace gcn
* throw GCN_EXCEPTION("my error message");
* @endcode
*/
- class GCN_CORE_DECLSPEC Exception final
+ class Exception final
{
public:
/**