Missed one file in previous commit - another wrong include fixed.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3584 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2009-06-03 02:14:32 +00:00
parent 64d72dabad
commit 590eab3315

View File

@ -17,9 +17,10 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "race_info_message.hpp"
#include "grand_prix_manager.hpp"
#include "race_manager.hpp"
#include "network/race_info_message.hpp"
#include "race/grand_prix_manager.hpp"
#include "race/race_manager.hpp"
RaceInfoMessage::RaceInfoMessage(const std::vector<RemoteKartInfo>& kart_info)
: Message(Message::MT_RACE_INFO)