mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 928053 - Remove some prtypes.h inclusions from gfx/; rs=bsmedberg
--HG-- extra : rebase_source : 229c47dfa11d1b1d36663daf87285ccd40bcc856
This commit is contained in:
parent
7c117780ed
commit
0d9df20b90
@ -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"
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <stdint.h> // 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;
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "prlink.h"
|
||||
#include "gfxTypes.h"
|
||||
|
||||
|
@ -51,7 +51,6 @@
|
||||
#define GFX_SCRIPTITEMIZER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "prtypes.h"
|
||||
#include "nsUnicodeScriptCodes.h"
|
||||
|
||||
#define PAREN_STACK_DEPTH 32
|
||||
|
@ -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"
|
||||
|
@ -6,7 +6,6 @@
|
||||
#ifndef GFX_UNISCRIBESHAPER_H
|
||||
#define GFX_UNISCRIBESHAPER_H
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "gfxTypes.h"
|
||||
#include "gfxGDIFont.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user