summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-03-28 20:37:05 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-03-28 20:37:05 +0200
commite7e550c863c3bb5d5e8697ecce1ea37ad248e362 (patch)
tree3928fa5a167a0bd3975a6c889775bc4ddea195a2 /src/net/tmwa/beinghandler.h
parent25bfbc30fb4958a3a754d74bbe971dec717f831c (diff)
downloadmana-e7e550c863c3bb5d5e8697ecce1ea37ad248e362.tar.gz
mana-e7e550c863c3bb5d5e8697ecce1ea37ad248e362.tar.bz2
mana-e7e550c863c3bb5d5e8697ecce1ea37ad248e362.tar.xz
mana-e7e550c863c3bb5d5e8697ecce1ea37ad248e362.zip
Random code cleanups requested righteously by Thorbjorn - part 1.
- Fixed bogus documentation. - Fixed Vector parameters to const Vector& where releavant. - Removed a false comment. - Removed superfluous headers in src/net/tmwa/beinghandler.h. - Optimize a bit the tmwa::beingHandler::getPixelsPerTickMoveSpeed() function.
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r--src/net/tmwa/beinghandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h
index 32b4a7bd..ab833af0 100644
--- a/src/net/tmwa/beinghandler.h
+++ b/src/net/tmwa/beinghandler.h
@@ -22,9 +22,6 @@
#ifndef NET_TA_BEINGHANDLER_H
#define NET_TA_BEINGHANDLER_H
-#include "vector.h"
-
-#include "net/net.h"
#include "net/tmwa/messagehandler.h"
namespace TmwAthena {