summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 10:47:28 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 12:15:49 +0100
commit58b33406b1354e6814ed29d55a55a36053445ecd (patch)
tree2c8d1afcc84ff5a1f3ba28618422d4d617baa226 /src/net/ea/buysellhandler.cpp
parente64b5a25a54f56bc836af57223e37449a1daffe8 (diff)
downloadmana-client-58b33406b1354e6814ed29d55a55a36053445ecd.tar.gz
mana-client-58b33406b1354e6814ed29d55a55a36053445ecd.tar.bz2
mana-client-58b33406b1354e6814ed29d55a55a36053445ecd.tar.xz
mana-client-58b33406b1354e6814ed29d55a55a36053445ecd.zip
Include statement cleanup for net/ea/ directory.
Diffstat (limited to 'src/net/ea/buysellhandler.cpp')
-rw-r--r--src/net/ea/buysellhandler.cpp30
1 files changed, 16 insertions, 14 deletions
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp
index d60cb0e2..b99db6a4 100644
--- a/src/net/ea/buysellhandler.cpp
+++ b/src/net/ea/buysellhandler.cpp
@@ -19,24 +19,26 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <SDL_types.h>
+#include "net/ea/buysellhandler.h"
+
+#include "net/ea/protocol.h"
-#include "buysellhandler.h"
-#include "../messagein.h"
-#include "protocol.h"
+#include "net/messagein.h"
-#include "../../beingmanager.h"
-#include "../../inventory.h"
-#include "../../item.h"
-#include "../../localplayer.h"
-#include "../../npc.h"
+#include "beingmanager.h"
+#include "inventory.h"
+#include "item.h"
+#include "localplayer.h"
+#include "npc.h"
-#include "../../gui/buy.h"
-#include "../../gui/buysell.h"
-#include "../../gui/chat.h"
-#include "../../gui/sell.h"
+#include "gui/buy.h"
+#include "gui/buysell.h"
+#include "gui/chat.h"
+#include "gui/sell.h"
-#include "../../utils/gettext.h"
+#include "utils/gettext.h"
+
+#include <SDL_types.h>
BuySellHandler::BuySellHandler()
{