diff options
author | Brian Smith <brian@dbsoft.org> | 2022-04-26 13:24:10 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2022-04-26 13:24:10 -0500 |
commit | 6dd43c3e2f3f6ee4d25f71a6f993d041af2c548c (patch) | |
tree | e6f1c8c04334cf8c956188a333a033820e659de5 | |
parent | 768231cf6ad1bcd1df02a8f4eecbb2033a8f59b6 (diff) | |
download | uxp-6dd43c3e2f3f6ee4d25f71a6f993d041af2c548c.tar.gz |
Issue #1829 - Fix Mac breakage due to removal of Telemetry.
-rw-r--r-- | xpcom/build/PoisonIOInterposerMac.cpp | 2 |
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" |