diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-31 21:06:24 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-02 14:48:02 +0200 |
commit | 023a71c6f2007eb08116ce539920f7cd11d52d8d (patch) | |
tree | 79a52d97616d0257927d3ad4b6abbf4570f103cc /accessible | |
parent | c83282fd4df510e77c7c7ffa89f2b49f8d0ec304 (diff) | |
download | uxp-023a71c6f2007eb08116ce539920f7cd11d52d8d.tar.gz |
Issue #21 - Remove Telemetry from Accessibility, EME and WebRTC.
Diffstat (limited to 'accessible')
-rw-r--r-- | accessible/base/NotificationController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessible/base/NotificationController.cpp b/accessible/base/NotificationController.cpp index 30382e75e3..adde8e4128 100644 --- a/accessible/base/NotificationController.cpp +++ b/accessible/base/NotificationController.cpp @@ -13,7 +13,6 @@ #include "mozilla/dom/TabChild.h" #include "mozilla/dom/Element.h" -#include "mozilla/Telemetry.h" using namespace mozilla; using namespace mozilla::a11y; |