- Fixed various include lines in the map server (of the type <include "nullpo.h"> -> <include "../common/nullpo.h">)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5985 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex
2006-04-11 14:24:46 +00:00
parent c8ad3fbc64
commit 254d003229
5 changed files with 14 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
#include "../common/socket.h"
#include "../common/timer.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
#include "log.h"
#include "clif.h"
@@ -26,7 +27,6 @@
#include "battle.h"
#include "charcommand.h"
#include "atcommand.h"
#include "showmsg.h"
static char command_symbol = '#';