summaryrefslogtreecommitdiff
path: root/src/game-server/npc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/npc.cpp')
-rw-r--r--src/game-server/npc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/npc.cpp b/src/game-server/npc.cpp
index e22f7f23..c1b91d66 100644
--- a/src/game-server/npc.cpp
+++ b/src/game-server/npc.cpp
@@ -18,9 +18,9 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "game-server/character.hpp"
-#include "game-server/npc.hpp"
-#include "scripting/script.hpp"
+#include "game-server/character.h"
+#include "game-server/npc.h"
+#include "scripting/script.h"
NPC::NPC(const std::string &name, int id, Script *s):
Being(OBJECT_NPC),