diff options
Diffstat (limited to 'source/Irrlicht/CGUIEnvironment.h')
-rw-r--r-- | source/Irrlicht/CGUIEnvironment.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/Irrlicht/CGUIEnvironment.h b/source/Irrlicht/CGUIEnvironment.h index ab74586..f68b0da 100644 --- a/source/Irrlicht/CGUIEnvironment.h +++ b/source/Irrlicht/CGUIEnvironment.h @@ -5,9 +5,6 @@ #ifndef __C_GUI_ENVIRONMENT_H_INCLUDED__
#define __C_GUI_ENVIRONMENT_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUIEnvironment.h"
#include "IGUIElement.h"
#include "irrArray.h"
@@ -231,8 +228,4 @@ private: } // end namespace gui
} // end namespace irr
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif // __C_GUI_ENVIRONMENT_H_INCLUDED__
-
-
|