diff options
Diffstat (limited to 'src/game-server/attribute.cpp')
-rw-r--r-- | src/game-server/attribute.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/attribute.cpp b/src/game-server/attribute.cpp index c7bc43d2..e5ca1b64 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> |