From d2fe6ac2c9eb213dd63304b9a37b52b4b0bad3fc Mon Sep 17 00:00:00 2001 From: Jeffrey Crowell Date: Fri, 27 Feb 2026 16:56:35 -0800 Subject: [PATCH] address comments --- src/JSystem/J3DGraphBase/J3DShape.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/JSystem/J3DGraphBase/J3DShape.cpp b/src/JSystem/J3DGraphBase/J3DShape.cpp index c146a0d4ff..485d4bca4f 100644 --- a/src/JSystem/J3DGraphBase/J3DShape.cpp +++ b/src/JSystem/J3DGraphBase/J3DShape.cpp @@ -2,10 +2,6 @@ #include "JSystem/J3DGraphBase/J3DShape.h" -#if !__APPLE__ -#include -#endif - #include #include "JSystem/J3DGraphBase/J3DFifo.h" #include "JSystem/J3DGraphBase/J3DPacket.h"