summaryrefslogtreecommitdiffstats
path: root/src/game-server/skillmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/skillmanager.cpp')
-rw-r--r--src/game-server/skillmanager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game-server/skillmanager.cpp b/src/game-server/skillmanager.cpp
index 2cfcba5..d15219a 100644
--- a/src/game-server/skillmanager.cpp
+++ b/src/game-server/skillmanager.cpp
@@ -18,12 +18,12 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "game-server/skillmanager.hpp"
+#include "game-server/skillmanager.h"
-#include "common/resourcemanager.hpp"
-#include "utils/string.hpp" // for the toUpper function
+#include "common/resourcemanager.h"
+#include "utils/string.h" // for the toUpper function
#include "utils/logger.h"
-#include "utils/xml.hpp"
+#include "utils/xml.h"
#include <map>