diff --git a/gfx/layers/Compositor.h b/gfx/layers/Compositor.h index fdd2581e82b9..98010f8c3925 100644 --- a/gfx/layers/Compositor.h +++ b/gfx/layers/Compositor.h @@ -6,7 +6,6 @@ #ifndef MOZILLA_GFX_COMPOSITOR_H #define MOZILLA_GFX_COMPOSITOR_H -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "Units.h" // for ScreenPoint #include "gfxPoint.h" // for gfxIntSize #include "mozilla/Assertions.h" // for MOZ_ASSERT, etc diff --git a/gfx/layers/Layers.h b/gfx/layers/Layers.h index fa29819997a4..3ca7db13d7ef 100644 --- a/gfx/layers/Layers.h +++ b/gfx/layers/Layers.h @@ -9,7 +9,6 @@ #include // for uint32_t, uint64_t, uint8_t #include // for FILE #include // for int32_t, int64_t -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "FrameMetrics.h" // for FrameMetrics #include "Units.h" // for LayerMargin, LayerPoint #include "gfx3DMatrix.h" // for gfx3DMatrix diff --git a/gfx/layers/basic/BasicImageLayer.cpp b/gfx/layers/basic/BasicImageLayer.cpp index a08db55f1d1d..8e2187b03a59 100644 --- a/gfx/layers/basic/BasicImageLayer.cpp +++ b/gfx/layers/basic/BasicImageLayer.cpp @@ -3,7 +3,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "./../mozilla-config.h" // for MOZ_X11 #include "BasicLayersImpl.h" // for FillWithMask, etc #include "ImageContainer.h" // for AutoLockImage, etc #include "ImageLayers.h" // for ImageLayer diff --git a/gfx/layers/composite/CompositableHost.h b/gfx/layers/composite/CompositableHost.h index f95dc5807c90..7c668d701beb 100644 --- a/gfx/layers/composite/CompositableHost.h +++ b/gfx/layers/composite/CompositableHost.h @@ -8,7 +8,6 @@ #include // for uint64_t #include // for FILE -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "gfxPoint.h" // for gfxSize #include "gfxRect.h" // for gfxRect #include "mozilla/Assertions.h" // for MOZ_ASSERT, etc diff --git a/gfx/layers/composite/ContainerLayerComposite.cpp b/gfx/layers/composite/ContainerLayerComposite.cpp index b1de280e951a..70a362065f44 100644 --- a/gfx/layers/composite/ContainerLayerComposite.cpp +++ b/gfx/layers/composite/ContainerLayerComposite.cpp @@ -5,7 +5,6 @@ #include "ContainerLayerComposite.h" #include // for min -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "FrameMetrics.h" // for FrameMetrics #include "Units.h" // for LayerRect, LayerPixel, etc #include "gfx2DGlue.h" // for ToMatrix4x4 diff --git a/gfx/layers/composite/ImageHost.h b/gfx/layers/composite/ImageHost.h index 03005d7118f6..63cdf11a2234 100644 --- a/gfx/layers/composite/ImageHost.h +++ b/gfx/layers/composite/ImageHost.h @@ -7,7 +7,6 @@ #define MOZILLA_GFX_IMAGEHOST_H #include // for FILE, NULL -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "CompositableHost.h" // for CompositableHost #include "mozilla/Attributes.h" // for MOZ_OVERRIDE #include "mozilla/RefPtr.h" // for RefPtr diff --git a/gfx/layers/composite/ImageLayerComposite.cpp b/gfx/layers/composite/ImageLayerComposite.cpp index 0aadbcfb67e0..31a35749ff7d 100644 --- a/gfx/layers/composite/ImageLayerComposite.cpp +++ b/gfx/layers/composite/ImageLayerComposite.cpp @@ -4,7 +4,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ImageLayerComposite.h" -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "CompositableHost.h" // for CompositableHost #include "Layers.h" // for WriteSnapshotToDumpFile, etc #include "gfx2DGlue.h" // for ToFilter, ToMatrix4x4 diff --git a/gfx/layers/composite/TextureHost.h b/gfx/layers/composite/TextureHost.h index 5f641b0df03f..d072ec5b7227 100644 --- a/gfx/layers/composite/TextureHost.h +++ b/gfx/layers/composite/TextureHost.h @@ -8,7 +8,6 @@ #include // for size_t #include // for uint64_t, uint32_t, uint8_t -#include "./../mozilla-config.h" // for MOZ_DUMP_PAINTING #include "gfxASurface.h" // for gfxASurface, etc #include "mozilla/Assertions.h" // for MOZ_ASSERT, etc #include "mozilla/Attributes.h" // for MOZ_OVERRIDE diff --git a/gfx/layers/composite/ThebesLayerComposite.cpp b/gfx/layers/composite/ThebesLayerComposite.cpp index 7c4367f90b91..d20c14133d88 100644 --- a/gfx/layers/composite/ThebesLayerComposite.cpp +++ b/gfx/layers/composite/ThebesLayerComposite.cpp @@ -4,7 +4,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ThebesLayerComposite.h" -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "CompositableHost.h" // for TiledLayerProperties, etc #include "FrameMetrics.h" // for FrameMetrics #include "Units.h" // for CSSRect, LayerPixel, etc diff --git a/gfx/layers/ipc/CompositorParent.cpp b/gfx/layers/ipc/CompositorParent.cpp index 59055edd31b6..f0114368a445 100644 --- a/gfx/layers/ipc/CompositorParent.cpp +++ b/gfx/layers/ipc/CompositorParent.cpp @@ -9,7 +9,6 @@ #include // for uint64_t #include // for _Rb_tree_iterator, etc #include // for pair -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "AutoOpenSurface.h" // for AutoOpenSurface #include "LayerTransactionParent.h" // for LayerTransactionParent #include "RenderTrace.h" // for RenderTraceLayers diff --git a/gfx/layers/opengl/CanvasLayerOGL.h b/gfx/layers/opengl/CanvasLayerOGL.h index 3362d65bdbe9..189579865b45 100644 --- a/gfx/layers/opengl/CanvasLayerOGL.h +++ b/gfx/layers/opengl/CanvasLayerOGL.h @@ -19,7 +19,6 @@ #include "mozilla/mozalloc.h" // for operator delete, etc #include "nsAutoPtr.h" // for nsRefPtr #include "opengl/LayerManagerOGLProgram.h" // for ShaderProgramType, etc -#include "./../mozilla-config.h" // for GL_PROVIDER_GLX #if defined(GL_PROVIDER_GLX) #include "GLXLibrary.h" #include "mozilla/X11Util.h" diff --git a/gfx/layers/opengl/CompositingRenderTargetOGL.h b/gfx/layers/opengl/CompositingRenderTargetOGL.h index d7fb488a2471..8b83a86d5edf 100644 --- a/gfx/layers/opengl/CompositingRenderTargetOGL.h +++ b/gfx/layers/opengl/CompositingRenderTargetOGL.h @@ -6,7 +6,6 @@ #ifndef MOZILLA_GFX_COMPOSITINGRENDERTARGETOGL_H #define MOZILLA_GFX_COMPOSITINGRENDERTARGETOGL_H -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "GLContextTypes.h" // for GLContext #include "GLDefs.h" // for GLenum, LOCAL_GL_FRAMEBUFFER, etc #include "gfxMatrix.h" // for gfxMatrix diff --git a/gfx/layers/opengl/CompositorOGL.h b/gfx/layers/opengl/CompositorOGL.h index 5ba718327ec1..e85188aff0d5 100644 --- a/gfx/layers/opengl/CompositorOGL.h +++ b/gfx/layers/opengl/CompositorOGL.h @@ -6,7 +6,6 @@ #ifndef MOZILLA_GFX_COMPOSITOROGL_H #define MOZILLA_GFX_COMPOSITOROGL_H -#include "./../mozilla-config.h" // for MOZ_DUMP_PAINTING #include "GLContextTypes.h" // for GLContext, etc #include "GLDefs.h" // for GLuint, LOCAL_GL_TEXTURE_2D, etc #include "LayerManagerOGLProgram.h" // for ShaderProgramOGL, etc diff --git a/gfx/layers/opengl/ContainerLayerOGL.cpp b/gfx/layers/opengl/ContainerLayerOGL.cpp index 6b02dead09b5..c1bb16dadb2d 100644 --- a/gfx/layers/opengl/ContainerLayerOGL.cpp +++ b/gfx/layers/opengl/ContainerLayerOGL.cpp @@ -6,7 +6,6 @@ #include "ContainerLayerOGL.h" #include // for uint32_t #include // for min -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "GLContext.h" #include "gfx3DMatrix.h" // for gfx3DMatrix #include "gfxMatrix.h" // for gfxMatrix diff --git a/gfx/layers/opengl/LayerManagerOGL.cpp b/gfx/layers/opengl/LayerManagerOGL.cpp index 20325c0cb71a..f44b6fa4a8b3 100644 --- a/gfx/layers/opengl/LayerManagerOGL.cpp +++ b/gfx/layers/opengl/LayerManagerOGL.cpp @@ -6,7 +6,6 @@ #include "LayerManagerOGL.h" #include // for size_t #include // for uint32_t, uint8_t, etc -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "CanvasLayerOGL.h" // for CanvasLayerOGL #include "ColorLayerOGL.h" // for ColorLayerOGL #include "Composer2D.h" // for Composer2D diff --git a/gfx/layers/opengl/ThebesLayerOGL.cpp b/gfx/layers/opengl/ThebesLayerOGL.cpp index 8ad09207b7de..2c7c4c91283a 100644 --- a/gfx/layers/opengl/ThebesLayerOGL.cpp +++ b/gfx/layers/opengl/ThebesLayerOGL.cpp @@ -6,7 +6,6 @@ #include "ThebesLayerOGL.h" #include // for uint32_t #include // for int32_t -#include "mozilla-config.h" // for MOZ_DUMP_PAINTING #include "GLContext.h" // for GLContext, etc #include "GLContextTypes.h" // for GLenum #include "GLDefs.h" // for LOCAL_GL_ONE, LOCAL_GL_BGRA, etc