aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiSkin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiSkin.h')
-rw-r--r--src/gui/guiSkin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/guiSkin.h b/src/gui/guiSkin.h
index fa9b27bdd..e90a61290 100644
--- a/src/gui/guiSkin.h
+++ b/src/gui/guiSkin.h
@@ -5,9 +5,6 @@
#ifndef __GUI_SKIN_H_INCLUDED__
#define __GUI_SKIN_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUISkin.h"
#include "irrString.h"
#include <string>
@@ -360,7 +357,4 @@ inline void setShading(video::SColor &color,f32 s) // :PATCH:
}
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif