Remove duplicate include statements from kart.cpp

This commit is contained in:
LoadingPleaseWait 2016-10-17 03:36:29 -05:00
parent 5502fa4ebe
commit eddf39b8a1

View File

@ -90,13 +90,6 @@
#include <iostream>
#include <cmath>
#include <math.h>
#include <iostream>
#include <algorithm> // for min and max
#include <ICameraSceneNode.h>
#include <ISceneManager.h>
#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
// Disable warning for using 'this' in base member initializer list