16 lines
503 B
Diff
16 lines
503 B
Diff
diff --git a/src/gui/src/OSXHelpers.mm b/src/gui/src/OSXHelpers.mm
|
|
index 0c98afc1..38c190a6 100644
|
|
--- a/src/gui/src/OSXHelpers.mm
|
|
+++ b/src/gui/src/OSXHelpers.mm
|
|
@@ -20,10 +20,6 @@
|
|
#import <Foundation/Foundation.h>
|
|
#import <CoreData/CoreData.h>
|
|
#import <Cocoa/Cocoa.h>
|
|
-#import <UserNotifications/UNNotification.h>
|
|
-#import <UserNotifications/UNUserNotificationCenter.h>
|
|
-#import <UserNotifications/UNNotificationContent.h>
|
|
-#import <UserNotifications/UNNotificationTrigger.h>
|
|
|
|
#import <QtGlobal>
|
|
|