Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / misc / synergy / darwin-no-UserNotifications-includes.patch
blob9b37a68b90175ac0e7632b7955bf0cc2546273c2
1 diff --git a/src/gui/src/OSXHelpers.mm b/src/gui/src/OSXHelpers.mm
2 index 0c98afc1..38c190a6 100644
3 --- a/src/gui/src/OSXHelpers.mm
4 +++ b/src/gui/src/OSXHelpers.mm
5 @@ -20,10 +20,6 @@
6 #import <Foundation/Foundation.h>
7 #import <CoreData/CoreData.h>
8 #import <Cocoa/Cocoa.h>
9 -#import <UserNotifications/UNNotification.h>
10 -#import <UserNotifications/UNUserNotificationCenter.h>
11 -#import <UserNotifications/UNNotificationContent.h>
12 -#import <UserNotifications/UNNotificationTrigger.h>
14 #import <QtGlobal>