aboutsummaryrefslogtreecommitdiff
path: root/src/qt/notificator.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-25 18:18:36 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-25 18:18:36 +0200
commit65afe4cb69e80278de0f584b6eeb6741f02a31eb (patch)
tree9014694ac92b506454131fa87d92b1354b9a35c3 /src/qt/notificator.cpp
parent5c0aebfcd42a3effe2496ecef623302da64cd9a3 (diff)
downloadbitcoin-65afe4cb69e80278de0f584b6eeb6741f02a31eb.tar.xz
build: Drop unneeded ApplicationServices framework dependency
Diffstat (limited to 'src/qt/notificator.cpp')
-rw-r--r--src/qt/notificator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/notificator.cpp b/src/qt/notificator.cpp
index 4b91c19761..d518a2065c 100644
--- a/src/qt/notificator.cpp
+++ b/src/qt/notificator.cpp
@@ -17,12 +17,7 @@
#include <stdint.h>
#include <QtDBus>
#endif
-// Include ApplicationServices.h after QtDbus to avoid redefinition of check().
-// This affects at least OSX 10.6. See /usr/include/AssertMacros.h for details.
-// Note: This could also be worked around using:
-// #define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
#ifdef Q_OS_MAC
-#include <ApplicationServices/ApplicationServices.h>
#include <qt/macnotificationhandler.h>
#endif