diff options
Diffstat (limited to 'source/Irrlicht/CGUIComboBox.h')
-rw-r--r-- | source/Irrlicht/CGUIComboBox.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/CGUIComboBox.h b/source/Irrlicht/CGUIComboBox.h index dbdae41..2dab66f 100644 --- a/source/Irrlicht/CGUIComboBox.h +++ b/source/Irrlicht/CGUIComboBox.h @@ -5,9 +5,6 @@ #ifndef __C_GUI_COMBO_BOX_H_INCLUDED__
#define __C_GUI_COMBO_BOX_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUIComboBox.h"
#include "IGUIStaticText.h"
#include "irrString.h"
@@ -107,7 +104,4 @@ namespace gui } // end namespace gui
} // end namespace irr
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif // __C_GUI_COMBO_BOX_H_INCLUDED__
-
|