From d554cb39a2f1ec97dd214a5dd200ae5f03cf616d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 2 Nov 2024 21:10:27 +0100 Subject: cleanup --- backend/Location.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/Location.cpp') diff --git a/backend/Location.cpp b/backend/Location.cpp index eadbef2..2177d8a 100644 --- a/backend/Location.cpp +++ b/backend/Location.cpp @@ -3,7 +3,6 @@ #include "ListIterator.h" #include "Enemy.h" #include "Object.h" -#include "util.h" Direction operator - (const Direction & rhs) { return static_cast((rhs + 2) % 4); -- cgit v1.2.3