Readded and optimized mapgen V6
[oweals/minetest.git] / src / mapsector.h
index 9fede7bd78b10f15af720d19ebad9d049f5da81f..74539ab240be6f22807a63ea9362f81a36b89a28 100644 (file)
@@ -17,15 +17,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
-(c) 2010 Perttu Ahola <celeron55@gmail.com>
-*/
-
 #ifndef MAPSECTOR_HEADER
 #define MAPSECTOR_HEADER
 
 #include <jmutex.h>
-#include "common_irrlicht.h"
+#include "irrlichttypes_bloated.h"
 #include "exceptions.h"
 #include <ostream>