diff options
Diffstat (limited to 'source/Irrlicht/CGUITabControl.h')
-rw-r--r-- | source/Irrlicht/CGUITabControl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/CGUITabControl.h b/source/Irrlicht/CGUITabControl.h index d5e8315..4c2a054 100644 --- a/source/Irrlicht/CGUITabControl.h +++ b/source/Irrlicht/CGUITabControl.h @@ -5,9 +5,6 @@ #ifndef __C_GUI_TAB_CONTROL_H_INCLUDED__
#define __C_GUI_TAB_CONTROL_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUITabControl.h"
#include "irrArray.h"
#include "IGUISkin.h"
@@ -184,7 +181,4 @@ namespace gui } // end namespace gui
} // end namespace irr
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif
-
|