Fixed incorrect include paths.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2009-06-03 02:12:37 +00:00
parent f84a77cf59
commit 64d72dabad
2 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@
# include <AL/alc.h>
#endif
#include "race_manager.hpp"
#include "user_config.hpp"
#include "audio/sfx_openal.hpp"
#include "io/file_manager.hpp"
#include "race/race_manager.hpp"
SFXManager* sfx_manager= NULL;

View File

@ -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_RACE_INFO_MESSAGE_H
#define HEADER_RACE_INFO_MESSAGE_H
#ifndef HEADER_RACE_INFO_MESSAGE_HPP
#define HEADER_RACE_INFO_MESSAGE_HPP
#include <vector>