summaryrefslogtreecommitdiff
path: root/src/camera.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-30 18:25:14 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-30 18:25:14 -0400
commitb0b1159780311c7c8ca9a9d41d11794e91e8895c (patch)
tree2b77fd6bfa7b5d07e8f3d96ea20e6e87bf3fa127 /src/camera.cpp
parent150089e109bd982ef081201b308265c7dbfb3fd6 (diff)
pke: remove bucketed-array + various cleanups
Diffstat (limited to 'src/camera.cpp')
-rw-r--r--src/camera.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/camera.cpp b/src/camera.cpp
index 14f6694..e0a31fa 100644
--- a/src/camera.cpp
+++ b/src/camera.cpp
@@ -1,7 +1,6 @@
#include "BulletCollision/CollisionShapes/btSphereShape.h"
#include "BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h"
-#include "bucketed-array.hpp"
#include "camera.hpp"
#include "ecs.hpp"
#include "math-helpers.hpp"