aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGUISkin.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CGUISkin.h')
-rw-r--r--source/Irrlicht/CGUISkin.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/Irrlicht/CGUISkin.h b/source/Irrlicht/CGUISkin.h
index 11cfb26..d6f8ef8 100644
--- a/source/Irrlicht/CGUISkin.h
+++ b/source/Irrlicht/CGUISkin.h
@@ -5,9 +5,6 @@
#ifndef __C_GUI_SKIN_H_INCLUDED__
#define __C_GUI_SKIN_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUISkin.h"
#include "irrString.h"
@@ -234,8 +231,4 @@ namespace gui
} // end namespace gui
} // end namespace irr
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif
-
-