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:
parent
64d72dabad
commit
590eab3315
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user