summaryrefslogtreecommitdiff
path: root/src/serialize
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialize')
-rw-r--r--src/serialize/characterdata.h (renamed from src/serialize/characterdata.hpp)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/serialize/characterdata.hpp b/src/serialize/characterdata.h
index bf08dc14..f36581d0 100644
--- a/src/serialize/characterdata.hpp
+++ b/src/serialize/characterdata.h
@@ -18,15 +18,15 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SERIALIZE_CHARACTERDATA_HPP
-#define SERIALIZE_CHARACTERDATA_HPP
+#ifndef SERIALIZE_CHARACTERDATA_H
+#define SERIALIZE_CHARACTERDATA_H
#include <map>
#include "defines.h"
-#include "common/inventorydata.hpp"
-#include "net/messagein.hpp"
-#include "net/messageout.hpp"
+#include "common/inventorydata.h"
+#include "net/messagein.h"
+#include "net/messageout.h"
#include "point.h"
template< class T >