diff --git a/gfx/layers/client/TextureClient.cpp b/gfx/layers/client/TextureClient.cpp index dc048f272c8..044e9b9ed16 100644 --- a/gfx/layers/client/TextureClient.cpp +++ b/gfx/layers/client/TextureClient.cpp @@ -7,22 +7,15 @@ #include // for uint8_t, uint32_t, etc #include "Layers.h" // for Layer, etc #include "gfx2DGlue.h" -#include "gfxContext.h" // for gfxContext, etc #include "gfxPlatform.h" // for gfxPlatform -#include "gfxPoint.h" // for gfxIntSize, gfxSize -#include "gfxReusableSurfaceWrapper.h" // for gfxReusableSurfaceWrapper -#include "mozilla/gfx/BaseSize.h" // for BaseSize #include "mozilla/ipc/SharedMemory.h" // for SharedMemory, etc -#include "mozilla/layers/CompositableClient.h" // for CompositableClient #include "mozilla/layers/CompositableForwarder.h" #include "mozilla/layers/ISurfaceAllocator.h" #include "mozilla/layers/ImageDataSerializer.h" -#include "mozilla/layers/ShadowLayers.h" // for ShadowLayerForwarder -#include "mozilla/layers/SharedPlanarYCbCrImage.h" #include "mozilla/layers/YCbCrImageDataSerializer.h" #include "nsDebug.h" // for NS_ASSERTION, NS_WARNING, etc #include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, etc -#include "ImageContainer.h" // for PlanarYCbCrImage, etc +#include "ImageContainer.h" // for PlanarYCbCrData, etc #include "mozilla/gfx/2D.h" #include "mozilla/layers/TextureClientOGL.h" #include "mozilla/layers/PTextureChild.h"