summaryrefslogtreecommitdiff
path: root/src/map/irc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-11 14:24:46 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-11 14:24:46 +0000
commitc67c8b9fbdb009880f26d8c8baf8b76f27cf4885 (patch)
tree881e9cb622f358ec973b110053c880a5ae6e7e4b /src/map/irc.c
parent630838a54cc2406ecbc21089800f702ac816673d (diff)
downloadhercules-c67c8b9fbdb009880f26d8c8baf8b76f27cf4885.tar.gz
hercules-c67c8b9fbdb009880f26d8c8baf8b76f27cf4885.tar.bz2
hercules-c67c8b9fbdb009880f26d8c8baf8b76f27cf4885.tar.xz
hercules-c67c8b9fbdb009880f26d8c8baf8b76f27cf4885.zip
- Fixed various include lines in the map server (of the type <include "nullpo.h"> -> <include "../common/nullpo.h">)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5985 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/irc.c')
-rw-r--r--src/map/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/irc.c b/src/map/irc.c
index 8a4d3b2e0..72b9dc8a4 100644
--- a/src/map/irc.c
+++ b/src/map/irc.c
@@ -32,8 +32,8 @@ typedef int socklen_t;
#include "../common/mmo.h"
#include "../common/showmsg.h"
#include "../common/version.h"
+#include "../common/nullpo.h"
-#include "nullpo.h"
#include "map.h"
#include "pc.h"
#include "irc.h"