summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/map/map.c b/src/map/map.c
index d4f33ee3c..3df8bee8e 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -32,25 +32,14 @@
#include "script.h"
#include "guild.h"
#include "pet.h"
-#include "mercenary.h" //[orn]
+#include "mercenary.h"
#include "atcommand.h"
#include "charcommand.h"
#include "log.h"
#include "irc.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdarg.h>
-#include <math.h>
-
-#ifndef _WIN32
-#include <unistd.h>
-#endif
-
#ifndef TXT_ONLY
#include "mail.h"
#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -60,7 +49,6 @@
#include <unistd.h>
#endif
-
#ifndef TXT_ONLY
char default_codepage[32] = "";