Collect path-related stuff in path.h

This commit is contained in:
Markus Armbruster 2010-07-11 11:30:02 +02:00
parent 9fee5efe57
commit 4547d3dcc2
5 changed files with 24 additions and 15 deletions

View file

@ -39,6 +39,7 @@
#include "land.h"
#include "nat.h"
#include "optlist.h"
#include "path.h"
#include "player.h"
#include "prototypes.h"
#include "sect.h"

View file

@ -36,6 +36,7 @@
#include "empobj.h"
#include "file.h"
#include "path.h"
#include "player.h"
#include "optlist.h"
#include "prototypes.h"