зеркало из https://github.com/mozilla/gecko-dev.git
Bug 907837 - Fix IWYU false positive to unbreak non-SPS build. r=nrc
This commit is contained in:
Родитель
9addcc7028
Коммит
58aa335563
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <stdint.h> // for uint32_t, uint8_t, uint64_t
|
||||
#include <sys/types.h> // 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
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <algorithm> // 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <algorithm> // 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
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
//#define COMPOSITOR_PERFORMANCE_WARNING
|
||||
|
||||
#include <stdint.h> // 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче