summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/color.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-27 18:57:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-27 18:57:02 +0300
commit9d885eab232de0acdf95405a996ed749fdbeea54 (patch)
tree3d1b0ae37bf6cec64364f7293f1b35ec4856fce2 /src/guichan/include/guichan/color.hpp
parent6efadd44eea9af2bd4ea5d9b6b5f6fd998408e4c (diff)
downloadManaVerse-9d885eab232de0acdf95405a996ed749fdbeea54.tar.gz
ManaVerse-9d885eab232de0acdf95405a996ed749fdbeea54.tar.bz2
ManaVerse-9d885eab232de0acdf95405a996ed749fdbeea54.tar.xz
ManaVerse-9d885eab232de0acdf95405a996ed749fdbeea54.zip
remove platform.hpp from guichan sources.
Diffstat (limited to 'src/guichan/include/guichan/color.hpp')
-rw-r--r--src/guichan/include/guichan/color.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/color.hpp b/src/guichan/include/guichan/color.hpp
index 56d72a387..f2b971bf3 100644
--- a/src/guichan/include/guichan/color.hpp
+++ b/src/guichan/include/guichan/color.hpp
@@ -45,8 +45,6 @@
#ifndef GCN_COLOR_HPP
#define GCN_COLOR_HPP
-#include "guichan/platform.hpp"
-
#include <iostream>
#include "localconsts.h"
@@ -56,7 +54,7 @@ namespace gcn
/**
* Represents a color with red, green, blue and alpha components.
*/
- class GCN_CORE_DECLSPEC Color final
+ class Color final
{
public:
/**