From 2b97d404b22a0f5f7afff95af972fbb0e0101557 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 22 Aug 2013 19:11:47 +1200 Subject: [PATCH] Bug 907837 - Fix IWYU false positive to unbreak non-SPS build. r=nrc --- gfx/layers/ImageContainer.h | 1 - gfx/layers/Layers.cpp | 1 - gfx/layers/composite/AsyncCompositionManager.h | 1 - gfx/layers/ipc/AsyncPanZoomController.cpp | 1 - gfx/layers/ipc/Axis.cpp | 1 - gfx/layers/ipc/CompositorParent.h | 1 - gfx/layers/opengl/CompositorOGL.h | 1 - gfx/layers/opengl/LayerManagerOGL.cpp | 1 - 8 files changed, 8 deletions(-) diff --git a/gfx/layers/ImageContainer.h b/gfx/layers/ImageContainer.h index e013f691a3c..b9c6a280616 100644 --- a/gfx/layers/ImageContainer.h +++ b/gfx/layers/ImageContainer.h @@ -8,7 +8,6 @@ #include // for uint32_t, uint8_t, uint64_t #include // for int32_t -#include "GeckoProfilerFunc.h" // for TimeStamp #include "ImageTypes.h" // for ImageFormat, etc #include "gfxASurface.h" // for gfxASurface, etc #include "gfxPoint.h" // for gfxIntSize diff --git a/gfx/layers/Layers.cpp b/gfx/layers/Layers.cpp index f31e37df5ef..d7bb2e57896 100644 --- a/gfx/layers/Layers.cpp +++ b/gfx/layers/Layers.cpp @@ -9,7 +9,6 @@ #include // for max, min #include "AnimationCommon.h" // for ComputedTimingFunction #include "CompositableHost.h" // for CompositableHost -#include "GeckoProfilerFunc.h" // for TimeStamp, TimeDuration #include "ImageContainer.h" // for ImageContainer, etc #include "ImageLayers.h" // for ImageLayer #include "LayerSorter.h" // for SortLayersBy3DZOrder diff --git a/gfx/layers/composite/AsyncCompositionManager.h b/gfx/layers/composite/AsyncCompositionManager.h index 9265046741c..f04cd6714dc 100644 --- a/gfx/layers/composite/AsyncCompositionManager.h +++ b/gfx/layers/composite/AsyncCompositionManager.h @@ -6,7 +6,6 @@ #ifndef GFX_ASYNCCOMPOSITIONMANAGER_H #define GFX_ASYNCCOMPOSITIONMANAGER_H -#include "GeckoProfilerFunc.h" // for TimeStamp #include "Units.h" // for LayerPoint, etc #include "mozilla/layers/LayerManagerComposite.h" // for LayerManagerComposite #include "gfx3DMatrix.h" // for gfx3DMatrix diff --git a/gfx/layers/ipc/AsyncPanZoomController.cpp b/gfx/layers/ipc/AsyncPanZoomController.cpp index b53cf3294ae..2ff914cc838 100644 --- a/gfx/layers/ipc/AsyncPanZoomController.cpp +++ b/gfx/layers/ipc/AsyncPanZoomController.cpp @@ -12,7 +12,6 @@ #include "AsyncPanZoomController.h" // for AsyncPanZoomController, etc #include "CompositorParent.h" // for CompositorParent #include "FrameMetrics.h" // for FrameMetrics, etc -#include "GeckoProfilerFunc.h" // for TimeDuration, TimeStamp #include "GestureEventListener.h" // for GestureEventListener #include "InputData.h" // for MultiTouchInput, etc #include "Units.h" // for CSSRect, CSSPoint, etc diff --git a/gfx/layers/ipc/Axis.cpp b/gfx/layers/ipc/Axis.cpp index b506696dc01..5e099232e6c 100644 --- a/gfx/layers/ipc/Axis.cpp +++ b/gfx/layers/ipc/Axis.cpp @@ -9,7 +9,6 @@ #include // for max #include "AsyncPanZoomController.h" // for AsyncPanZoomController #include "FrameMetrics.h" // for FrameMetrics -#include "GeckoProfilerFunc.h" // for TimeDuration #include "mozilla/Attributes.h" // for MOZ_FINAL #include "mozilla/Preferences.h" // for Preferences #include "mozilla/gfx/Rect.h" // for RoundedIn diff --git a/gfx/layers/ipc/CompositorParent.h b/gfx/layers/ipc/CompositorParent.h index b2fd1ca0ec5..093783d9932 100644 --- a/gfx/layers/ipc/CompositorParent.h +++ b/gfx/layers/ipc/CompositorParent.h @@ -16,7 +16,6 @@ //#define COMPOSITOR_PERFORMANCE_WARNING #include // for uint64_t -#include "GeckoProfilerFunc.h" // for TimeStamp #include "Layers.h" // for Layer #include "ShadowLayersManager.h" // for ShadowLayersManager #include "base/basictypes.h" // for DISALLOW_EVIL_CONSTRUCTORS diff --git a/gfx/layers/opengl/CompositorOGL.h b/gfx/layers/opengl/CompositorOGL.h index a9231705156..b897c283660 100644 --- a/gfx/layers/opengl/CompositorOGL.h +++ b/gfx/layers/opengl/CompositorOGL.h @@ -10,7 +10,6 @@ #include "GLContext.h" // for GLContext #include "GLContextTypes.h" // for GLuint, GLenum, GLint #include "GLDefs.h" // for GLintptr, GLvoid, etc -#include "GeckoProfilerFunc.h" // for TimeStamp #include "LayerManagerOGLProgram.h" // for ShaderProgramOGL, etc #include "Units.h" // for ScreenPoint #include "gfxContext.h" // for gfxContext diff --git a/gfx/layers/opengl/LayerManagerOGL.cpp b/gfx/layers/opengl/LayerManagerOGL.cpp index 7b2551a2eb7..20325c0cb71 100644 --- a/gfx/layers/opengl/LayerManagerOGL.cpp +++ b/gfx/layers/opengl/LayerManagerOGL.cpp @@ -14,7 +14,6 @@ #include "FPSCounter.h" // for FPSState, FPSCounter #include "GLContext.h" // for GLContext, etc #include "GLContextProvider.h" // for GLContextProvider -#include "GeckoProfilerFunc.h" // for TimeStamp #include "GeckoProfiler.h" // for PROFILER_LABEL #include "ImageLayerOGL.h" // for ImageLayerOGL #include "ImageLayers.h" // for ImageLayer