removed a few more herrings from network code

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2396 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2008-10-30 00:56:45 +00:00
parent b0bdc7edde
commit 7fd5b0fb61
4 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
// $Id: herring_info.hpp 1284 2007-11-08 12:31:54Z hikerstk $
// $Id: item_info.hpp 1284 2007-11-08 12:31:54Z hikerstk $
//
// SuperTuxKart - a fun racing game with go-kart
// Copyright (C) 2008 Joerg Henrichs
@@ -17,8 +17,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef HEADER_HERRING_INFO_HPP
#define HEADER_HERRING_INFO_HPP
#ifndef HEADER_ITEM_INFO_HPP
#define HEADER_ITEM_INFO_HPP
/** Class used to transfer information about collected items from
* server to client.
*/

View File

@@ -23,7 +23,7 @@
#include <vector>
#include "network/message.hpp"
#include "network/herring_info.hpp"
#include "network/item_info.hpp"
#include "network/flyable_info.hpp"
#include "kart_control.hpp"
#include "items/item.hpp"