Bug 1956726 - remove leftover Telemetry.h includes in .cpp files, r=chutten,geckoview-reviewers,cookie-reviewers,win-reviewers,dom-storage-reviewers,gstoll,valentin,m_kato,janv.

Differential Revision: https://phabricator.services.mozilla.com/D244351
This commit is contained in:
Florian Quèze
2025-04-08 13:03:02 +00:00
parent f861f3fa68
commit 9885783942
74 changed files with 2 additions and 78 deletions

View File

@@ -12,7 +12,6 @@
#include "mozilla/gfx/2D.h"
#include "mozilla/gfx/Point.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/Telemetry.h"
#include "nsComponentManagerUtils.h"
#include "nsProxyRelease.h"
#include "nsServiceManagerUtils.h"

View File

@@ -34,7 +34,6 @@
#include "mozilla/SizeOfState.h"
#include "mozilla/StaticPrefs_image.h"
#include "mozilla/glean/ImageDecodersMetrics.h"
#include "mozilla/Telemetry.h"
#include "mozilla/TimeStamp.h"
#include "mozilla/gfx/2D.h"

View File

@@ -51,7 +51,6 @@ mailing address.
#include "gfxPlatform.h"
#include "qcms.h"
#include <algorithm>
#include "mozilla/Telemetry.h"
using namespace mozilla::gfx;

View File

@@ -24,7 +24,6 @@
#include "gfxPlatform.h"
#include "mozilla/EndianUtils.h"
#include "mozilla/gfx/Types.h"
#include "mozilla/Telemetry.h"
extern "C" {
#include "iccjpeg.h"

View File

@@ -22,7 +22,6 @@
#include "SurfaceCache.h"
#include "SurfacePipeFactory.h"
#include "mozilla/DebugOnly.h"
#include "mozilla/Telemetry.h"
using namespace mozilla::gfx;

View File

@@ -15,7 +15,6 @@
#include "imgINotificationObserver.h"
#include "imgLoader.h"
#include "mozilla/dom/Document.h"
#include "mozilla/Telemetry.h" // for Telemetry
#include "mozilla/dom/DocGroup.h" // for DocGroup
#include "nsCRTGlue.h"
#include "nsError.h"