summaryrefslogtreecommitdiffstats
path: root/src/game-server/attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/attribute.cpp')
-rw-r--r--src/game-server/attribute.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/attribute.cpp b/src/game-server/attribute.cpp
index c7bc43d..e5ca1b6 100644
--- a/src/game-server/attribute.cpp
+++ b/src/game-server/attribute.cpp
@@ -18,8 +18,8 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "attribute.hpp"
-#include "game-server/being.hpp"
+#include "attribute.h"
+#include "game-server/being.h"
#include "utils/logger.h"
#include <cassert>