diff options
Diffstat (limited to 'source/Irrlicht/CGUIListBox.h')
-rw-r--r-- | source/Irrlicht/CGUIListBox.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Irrlicht/CGUIListBox.h b/source/Irrlicht/CGUIListBox.h index 8e1566d..a3e7255 100644 --- a/source/Irrlicht/CGUIListBox.h +++ b/source/Irrlicht/CGUIListBox.h @@ -5,9 +5,6 @@ #ifndef __C_GUI_LIST_BOX_H_INCLUDED__
#define __C_GUI_LIST_BOX_H_INCLUDED__
-#include "IrrCompileConfig.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
-
#include "IGUIListBox.h"
#include "irrArray.h"
@@ -178,6 +175,4 @@ namespace gui } // end namespace gui
} // end namespace irr
-#endif // _IRR_COMPILE_WITH_GUI_
-
#endif
|