From 86b5051217721b99af568dc4529cb453275677e7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 26 Jun 2025 17:04:27 -0700 Subject: [PATCH] Remove obsolete includes --- LEGO1/lego/legoomni/src/worlds/infocenter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/LEGO1/lego/legoomni/src/worlds/infocenter.cpp b/LEGO1/lego/legoomni/src/worlds/infocenter.cpp index ece50861..c007dc96 100644 --- a/LEGO1/lego/legoomni/src/worlds/infocenter.cpp +++ b/LEGO1/lego/legoomni/src/worlds/infocenter.cpp @@ -31,9 +31,6 @@ #include "sndanim_actions.h" #include "viewmanager/viewmanager.h" -#include -#include - DECOMP_SIZE_ASSERT(Infocenter, 0x1d8) DECOMP_SIZE_ASSERT(InfocenterMapEntry, 0x18) DECOMP_SIZE_ASSERT(InfocenterState, 0x94)