Minor include cleanups.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2390 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-10-29 03:41:01 +00:00
parent 42e0af65b7
commit cc4f0526c9
2 changed files with 2 additions and 1 deletions

View File

@@ -21,10 +21,10 @@
#define HEADER_ATTACHMENT_H
#include "stk_config.hpp"
#include "items/item.hpp"
#include "utils/random_generator.hpp"
class Kart;
class Herring;
// Some loop in Attachment.cpp depend on PARACHUTE being the first element,
// and TINYTUX being the last one. So if new elemts are added, make sure

View File

@@ -22,6 +22,7 @@
#include "material_manager.hpp"
#include "material.hpp"
#include "user_config.hpp"
#include "coord.hpp"
Moveable::Moveable()
{