summaryrefslogtreecommitdiff
path: root/src/map/trade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/trade.c')
-rw-r--r--src/map/trade.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/trade.c b/src/map/trade.c
index 73d5a6d42..a58df1eeb 100644
--- a/src/map/trade.c
+++ b/src/map/trade.c
@@ -1,9 +1,6 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#include <stdio.h>
-#include <string.h>
-
#include "../common/nullpo.h"
#include "clif.h"
#include "itemdb.h"
@@ -18,6 +15,10 @@
#include "atcommand.h"
#include "log.h"
+#include <stdio.h>
+#include <string.h>
+
+
//Max distance from traders to enable a trade to take place.
#define TRADE_DISTANCE 2