Ladybird/AppKit: Remove system header workarounds for global names

This commit is contained in:
Andrew Kaster 2024-07-16 23:54:53 -06:00 committed by Sam Atkins
commit 349a3ceec5
Notes: sideshowbarker 2024-07-18 23:46:23 +09:00
20 changed files with 16 additions and 83 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#import <System/Cocoa.h>
#import <Cocoa/Cocoa.h>
@protocol TaskManagerDelegate <NSObject>