diff options
author | KingPin <none@none> | 2008-10-20 14:11:58 -0500 |
---|---|---|
committer | KingPin <none@none> | 2008-10-20 14:11:58 -0500 |
commit | 9664e39fa4e1d33eaa30cbbe87a4b7dbccb5ead0 (patch) | |
tree | bc981128afcf0553536f1c38c535c87ce5dcc956 /src/game/AccountMgr.cpp | |
parent | 717cfa01f0a10f5b1482fded2efdbb598145a2a2 (diff) |
[svn] * Compile fixes from previous revs.
--HG--
branch : trunk
Diffstat (limited to 'src/game/AccountMgr.cpp')
-rw-r--r-- | src/game/AccountMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/AccountMgr.cpp b/src/game/AccountMgr.cpp index 5deae7a75f9..2051f3c9290 100644 --- a/src/game/AccountMgr.cpp +++ b/src/game/AccountMgr.cpp @@ -18,9 +18,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "AccountAccessor.h" +#include "AccountMgr.h" #include "Database/DatabaseEnv.h" -#include "ObjectMgr.h" +#include "ObjectAccessor.h" #include "Player.h" #include "Policies/SingletonImp.h" #include "Util.h" |