- 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:
@@ -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 = '#';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user