summaryrefslogtreecommitdiff
path: root/src/account-server/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/character.cpp')
-rw-r--r--src/account-server/character.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account-server/character.cpp b/src/account-server/character.cpp
index b6918199..48796020 100644
--- a/src/account-server/character.cpp
+++ b/src/account-server/character.cpp
@@ -18,9 +18,9 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "account-server/character.hpp"
+#include "account-server/character.h"
-#include "account-server/account.hpp"
+#include "account-server/account.h"
Character::Character(const std::string &name, int id):
mName(name),