From a170365fb72af210709e31022d38cd38ec1ab484 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Wed, 7 Feb 2024 23:57:50 -0700 Subject: [PATCH] Oops, fix the bundled app. --- Standalone/Boxer Standalone-Bridging-Header.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Standalone/Boxer Standalone-Bridging-Header.h b/Standalone/Boxer Standalone-Bridging-Header.h index 14a1bffe..e7e7e702 100644 --- a/Standalone/Boxer Standalone-Bridging-Header.h +++ b/Standalone/Boxer Standalone-Bridging-Header.h @@ -7,7 +7,6 @@ #import "NSError+ADBErrorHelpers.h" #import "RegexKitLite.h" //FIXME: we shouldn't introduce dependencies on 3rd-party libraries. #import "NSShadow+ADBShadowExtensions.h" -#import "NSImage+ADBImageEffects.h" #import "NSBezierPath+MCAdditions.h" #import "ADBGeometry.h" #import "BXMIDIDevice.h"