]> git.localhorst.tv Git - blank.git/blobdiff - tst/net/PacketTest.hpp
glm backwards compatibility
[blank.git] / tst / net / PacketTest.hpp
index 54839acba9ebbc8c50b917c96771d9a9dc09c4fb..81cdd8280d0ac9a2c5011a65aff646f66d482ea1 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef BLANK_TEST_NET_PACKETTEST_HPP_
 #define BLANK_TEST_NET_PACKETTEST_HPP_
 
-#include "model/geometry.hpp"
+#include "geometry/primitive.hpp"
+#include "graphics/glm.hpp"
 #include "net/Packet.hpp"
 #include "world/EntityState.hpp"
 
@@ -9,7 +10,6 @@
 #include <limits>
 #include <string>
 #include <SDL_net.h>
-#include <glm/glm.hpp>
 #include <cppunit/extensions/HelperMacros.h>