summaryrefslogtreecommitdiff
path: root/game/network/link.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/network/link.cpp')
-rw-r--r--game/network/link.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/network/link.cpp b/game/network/link.cpp
index aecc2fc..bb27a52 100644
--- a/game/network/link.cpp
+++ b/game/network/link.cpp
@@ -1,9 +1,9 @@
#include "link.h"
#include <compare>
#include <glm/gtx/transform.hpp>
-#include <location.hpp>
+#include <location.h>
#include <maths.h>
-#include <ray.hpp>
+#include <ray.h>
#include <tuple>
Link::Link(End a, End b, float l) : ends {{std::move(a), std::move(b)}}, length {l} { }