From d45844a9424f51a3d915cf50137364903ae7510b Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sun, 3 Mar 2024 16:31:41 -0500 Subject: [PATCH] Update modeldb.cpp --- LEGO1/modeldb/modeldb.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/LEGO1/modeldb/modeldb.cpp b/LEGO1/modeldb/modeldb.cpp index 2a492e10..5afe35d2 100644 --- a/LEGO1/modeldb/modeldb.cpp +++ b/LEGO1/modeldb/modeldb.cpp @@ -1,7 +1,5 @@ #include "modeldb.h" -#include "windows.h" - DECOMP_SIZE_ASSERT(ModelDbWorld, 0x18) DECOMP_SIZE_ASSERT(ModelDbPart, 0x18) DECOMP_SIZE_ASSERT(ModelDbModel, 0x38)