diff options
Diffstat (limited to 'src/mapsector.h')
-rw-r--r-- | src/mapsector.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mapsector.h b/src/mapsector.h index 9fede7bd7..74539ab24 100644 --- a/src/mapsector.h +++ b/src/mapsector.h @@ -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> |