summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/label.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/label.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/label.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/widgets/label.hpp b/src/guichan/include/guichan/widgets/label.hpp
index 804842a07..62a27c630 100644
--- a/src/guichan/include/guichan/widgets/label.hpp
+++ b/src/guichan/include/guichan/widgets/label.hpp
@@ -48,7 +48,6 @@
#include <string>
#include "guichan/graphics.hpp"
-#include "guichan/platform.hpp"
#include "guichan/widget.hpp"
namespace gcn
@@ -56,7 +55,7 @@ namespace gcn
/**
* Implementation of a label capable of displaying a caption.
*/
- class GCN_CORE_DECLSPEC Label: public Widget
+ class Label: public Widget
{
public:
/**