include cleanup: path*

This commit is contained in:
Yann Dirson 2005-03-10 20:17:17 +00:00
parent 2f22b25e75
commit e508fb0a83
4 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@
#include "actions.hpp"
#include "ai.hpp"
#include "game_config.hpp"
#include "gamestatus.hpp"
#include "log.hpp"
#include "pathfind.hpp"
#include "util.hpp"

View File

@ -13,6 +13,7 @@ See the COPYING file for more details.
#include "global.hpp"
#include "gamestatus.hpp"
#include "log.hpp"
#include "pathfind.hpp"
#include "util.hpp"

View File

@ -14,7 +14,7 @@
#define PATHFIND_H_INCLUDED
#include "array.hpp"
#include "gamestatus.hpp"
class gamestatus;
#include "log.hpp"
#include "map.hpp"
#include "pathutils.hpp"

View File

@ -14,7 +14,6 @@ See the COPYING file for more details.
#ifndef PATHUTILS_H_INCLUDED
#define PATHUTILS_H_INCLUDED
#include "global.hpp"
#include "map.hpp"
//function which tells if two locations are adjacent.