summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-04-26 13:24:10 -0500
committerBrian Smith <brian@dbsoft.org>2022-04-26 13:24:10 -0500
commit6dd43c3e2f3f6ee4d25f71a6f993d041af2c548c (patch)
treee6f1c8c04334cf8c956188a333a033820e659de5
parent768231cf6ad1bcd1df02a8f4eecbb2033a8f59b6 (diff)
downloaduxp-6dd43c3e2f3f6ee4d25f71a6f993d041af2c548c.tar.gz
Issue #1829 - Fix Mac breakage due to removal of Telemetry.
-rw-r--r--xpcom/build/PoisonIOInterposerMac.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xpcom/build/PoisonIOInterposerMac.cpp b/xpcom/build/PoisonIOInterposerMac.cpp
index dca9ba0297..d76b728ade 100644
--- a/xpcom/build/PoisonIOInterposerMac.cpp
+++ b/xpcom/build/PoisonIOInterposerMac.cpp
@@ -11,8 +11,6 @@
#include "mozilla/DebugOnly.h"
#include "mozilla/IOInterposer.h"
#include "mozilla/Mutex.h"
-#include "mozilla/ProcessedStack.h"
-#include "mozilla/Telemetry.h"
#include "mozilla/UniquePtrExtensions.h"
#include "nsPrintfCString.h"
#include "mozilla/StackWalk.h"