Removed unnecessary #includes.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2398 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-10-30 01:53:02 +00:00
parent 14bd536556
commit 1a6d2a3f6b
4 changed files with 2 additions and 15 deletions

View File

@ -19,12 +19,8 @@
#include "help_page_one.hpp" #include "help_page_one.hpp"
#include "widget_manager.hpp" #include "widget_manager.hpp"
#include "race_manager.hpp"
#include "menu_manager.hpp" #include "menu_manager.hpp"
#include "user_config.hpp" #include "user_config.hpp"
#include "player.hpp"
#include "items/collectable_manager.hpp"
#include "material.hpp"
#include "translation.hpp" #include "translation.hpp"
enum WidgetTokens enum WidgetTokens

View File

@ -19,12 +19,7 @@
#include "help_page_three.hpp" #include "help_page_three.hpp"
#include "widget_manager.hpp" #include "widget_manager.hpp"
#include "race_manager.hpp"
#include "menu_manager.hpp" #include "menu_manager.hpp"
#include "user_config.hpp"
#include "player.hpp"
#include "items/collectable_manager.hpp"
#include "material.hpp"
#include "translation.hpp" #include "translation.hpp"
#include "unlock_manager.hpp" #include "unlock_manager.hpp"

View File

@ -19,12 +19,7 @@
#include "help_page_two.hpp" #include "help_page_two.hpp"
#include "widget_manager.hpp" #include "widget_manager.hpp"
#include "race_manager.hpp"
#include "menu_manager.hpp" #include "menu_manager.hpp"
#include "user_config.hpp"
#include "player.hpp"
#include "items/collectable_manager.hpp"
#include "material.hpp"
#include "translation.hpp" #include "translation.hpp"
enum WidgetTokens enum WidgetTokens

View File

@ -23,7 +23,8 @@
#include <vector> #include <vector>
#include "user_pointer.hpp" #include "user_pointer.hpp"
#include "btBulletDynamicsCommon.h" #include "btBulletDynamicsCommon.h"
#include "material.hpp"
class Material;
/** A special class to store a triangle mesh with a separate material /** A special class to store a triangle mesh with a separate material
* per triangle. * per triangle.