summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-05 21:04:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-05 21:56:56 +0100
commit71d8fa55ab671ae152c420738b2d9d49f8f1106d (patch)
treea4ad0eb37840245622b99ee49c1d555ccb238b02 /editor/draw.cpp
parenta56a8cc899dc90701f1690051da4e4318e95566c (diff)
clean up timer & nanosecond includes
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index bd30d80b..40ba0235 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -15,7 +15,6 @@
#include "src/camera-offset.hpp"
#include "src/world.hpp"
#include "src/critter.hpp"
-#include "src/rotation.inl"
#include "src/RTree-search.hpp"
#include <bit>
#include <Magnum/Math/Color.h>