summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorPhilip Dubé <serprex@users.noreply.github.com>2026-02-28 00:44:41 +0000
committerGitHub <noreply@github.com>2026-02-28 00:44:41 +0000
commit5a7bc9a4599fd0289c783265748c0c2f67f224a9 (patch)
treef3b67c6160b85911324f05bc63c96594e36d53d1 /soh/src/code
parent6b51909aa50e6ad66571865fe5d29ead0b7e341a (diff)
Remove unnecessary includes of OTRGlobals.h in actor overlays (#6306)
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_room.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/src/code/z_room.c b/soh/src/code/z_room.c
index 172111b50..8b4f31eba 100644
--- a/soh/src/code/z_room.c
+++ b/soh/src/code/z_room.c
@@ -4,7 +4,6 @@
#include "global.h"
#include "vt.h"
-#include "soh/Enhancements/game-interactor/GameInteractor.h"
#include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h"
#include <string.h>
#include <assert.h>