Remove duplicate include statements from kart.cpp
This commit is contained in:
parent
5502fa4ebe
commit
eddf39b8a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user