aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGUIStaticText.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CGUIStaticText.h')
-rw-r--r--source/Irrlicht/CGUIStaticText.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/CGUIStaticText.h b/source/Irrlicht/CGUIStaticText.h
index 827e95f..8e1babe 100644
--- a/source/Irrlicht/CGUIStaticText.h
+++ b/source/Irrlicht/CGUIStaticText.h
@@ -5,9 +5,6 @@
#ifndef __C_GUI_STATIC_TEXT_H_INCLUDED__
#define __C_GUI_STATIC_TEXT_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUIStaticText.h"
#include "irrArray.h"
@@ -136,7 +133,4 @@ namespace gui
} // end namespace gui
} // end namespace irr
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif
-