diff --git a/gfx/layers/opengl/CompositorOGL.cpp b/gfx/layers/opengl/CompositorOGL.cpp index b2b12cc4afdd..a2da6047ba39 100644 --- a/gfx/layers/opengl/CompositorOGL.cpp +++ b/gfx/layers/opengl/CompositorOGL.cpp @@ -39,7 +39,6 @@ #include "nsRect.h" // for nsIntRect #include "nsServiceManagerUtils.h" // for do_GetService #include "nsString.h" // for nsString, nsAutoCString, etc -#include "prtypes.h" // for PR_INT32_MAX #if MOZ_ANDROID_OMTC #include "TexturePoolOGL.h" diff --git a/gfx/src/nsColor.h b/gfx/src/nsColor.h index bcae9761f1a0..a93fabcba0be 100644 --- a/gfx/src/nsColor.h +++ b/gfx/src/nsColor.h @@ -10,7 +10,6 @@ #include // for uint8_t, uint32_t #include "gfxCore.h" // for NS_GFX_ #include "nscore.h" // for nsAString -#include "prtypes.h" // for PR_BEGIN_MACRO, etc class nsAString; class nsString; diff --git a/gfx/src/nsFont.cpp b/gfx/src/nsFont.cpp index 351f1f39a413..bcb58374fb4e 100644 --- a/gfx/src/nsFont.cpp +++ b/gfx/src/nsFont.cpp @@ -14,7 +14,6 @@ #include "nsMemory.h" // for NS_ARRAY_LENGTH #include "nsUnicharUtils.h" #include "nscore.h" // for PRUnichar -#include "prtypes.h" // for PR_STATIC_ASSERT #include "mozilla/gfx/2D.h" nsFont::nsFont(const char* aName, uint8_t aStyle, uint8_t aVariant, diff --git a/gfx/src/nsRect.cpp b/gfx/src/nsRect.cpp index 84abd72d8f38..c38ae073404c 100644 --- a/gfx/src/nsRect.cpp +++ b/gfx/src/nsRect.cpp @@ -7,7 +7,6 @@ #include "mozilla/gfx/Types.h" // for NS_SIDE_BOTTOM, etc #include "nsDeviceContext.h" // for nsDeviceContext #include "nsString.h" // for nsAutoString, etc -#include "prtypes.h" // for PR_STATIC_ASSERT #include "nsMargin.h" // for nsMargin // the mozilla::css::Side sequence must match the nsMargin nscoord sequence diff --git a/gfx/thebes/gfxPangoFonts.cpp b/gfx/thebes/gfxPangoFonts.cpp index 214045b9a262..94820f132f4a 100644 --- a/gfx/thebes/gfxPangoFonts.cpp +++ b/gfx/thebes/gfxPangoFonts.cpp @@ -5,7 +5,6 @@ #include "mozilla/Util.h" -#include "prtypes.h" #include "prlink.h" #include "gfxTypes.h" diff --git a/gfx/thebes/gfxScriptItemizer.h b/gfx/thebes/gfxScriptItemizer.h index 3f48143ef353..618cfbb0766f 100644 --- a/gfx/thebes/gfxScriptItemizer.h +++ b/gfx/thebes/gfxScriptItemizer.h @@ -51,7 +51,6 @@ #define GFX_SCRIPTITEMIZER_H #include -#include "prtypes.h" #include "nsUnicodeScriptCodes.h" #define PAREN_STACK_DEPTH 32 diff --git a/gfx/thebes/gfxUniscribeShaper.cpp b/gfx/thebes/gfxUniscribeShaper.cpp index 20d7d5723c5f..006775aa2e70 100644 --- a/gfx/thebes/gfxUniscribeShaper.cpp +++ b/gfx/thebes/gfxUniscribeShaper.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 "prtypes.h" #include "gfxTypes.h" #include "gfxContext.h" diff --git a/gfx/thebes/gfxUniscribeShaper.h b/gfx/thebes/gfxUniscribeShaper.h index ccf28c367521..d1f4d8d459e0 100644 --- a/gfx/thebes/gfxUniscribeShaper.h +++ b/gfx/thebes/gfxUniscribeShaper.h @@ -6,7 +6,6 @@ #ifndef GFX_UNISCRIBESHAPER_H #define GFX_UNISCRIBESHAPER_H -#include "prtypes.h" #include "gfxTypes.h" #include "gfxGDIFont.h"