diff options
Diffstat (limited to 'game/network/link.h')
-rw-r--r-- | game/network/link.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/game/network/link.h b/game/network/link.h index 1f6b780..4a9f83f 100644 --- a/game/network/link.h +++ b/game/network/link.h @@ -2,11 +2,11 @@ #include <array> #include <glm/glm.hpp> -#include <location.hpp> +#include <location.h> #include <maths.h> #include <memory> -#include <special_members.hpp> -#include <stdTypeDefs.hpp> +#include <special_members.h> +#include <stdTypeDefs.h> #include <utility> #include <vector> |