Cleaned up a bit

This commit is contained in:
Sachith Hasaranga Seneviratne
2014-05-28 13:21:45 +05:30
parent 34fec63f9c
commit 8b9629fb5e
4 changed files with 3 additions and 20 deletions

View File

@@ -16,18 +16,12 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <assert.h> // assert()
#include <assert.h>
#include <angelscript.h>
#include "io/file_manager.hpp"
#include <iostream> // cout
#include "karts/kart.hpp"
#include "modes/world.hpp"
#include "script_engine.hpp"
#include "scriptstdstring.h"
#include <string.h> // strstr()
#include "states_screens/dialogs/tutorial_message_dialog.hpp"
#include "tracks/track_object_manager.hpp"
#include "tracks/track.hpp"
namespace Scripting{

View File

@@ -19,7 +19,6 @@
#ifndef HEADER_SCRIPT_KART_HPP
#define HEADER_SCRIPT_KART_HPP
#include <string>
#include <angelscript.h>
namespace Scripting{

View File

@@ -16,18 +16,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <assert.h> // assert()
#include <assert.h>
#include <angelscript.h>
#include "io/file_manager.hpp"
#include <iostream> // cout
#include "karts/kart.hpp"
#include "modes/world.hpp"
#include "script_engine.hpp"
#include "scriptstdstring.h"
#include <string.h> // strstr()
#include "states_screens/dialogs/tutorial_message_dialog.hpp"
#include "tracks/track_object_manager.hpp"
#include "tracks/track.hpp"
namespace Scripting{

View File

@@ -19,7 +19,6 @@
#ifndef HEADER_SCRIPT_PHYSICS_HPP
#define HEADER_SCRIPT_PHYSICS_HPP
#include <string>
#include <angelscript.h>
namespace Scripting{