mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1225486 - don't include mozilla/ToString.h in {BasePoint,nsRegion}.h; r=jrmuizel
This commit is contained in:
parent
5a2e61f3a3
commit
01ca3c8cb6
@ -7,8 +7,8 @@
|
||||
#define MOZILLA_GFX_BASEPOINT_H_
|
||||
|
||||
#include <cmath>
|
||||
#include <ostream>
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/ToString.h"
|
||||
#include "mozilla/FloatingPoint.h"
|
||||
#include "mozilla/TypeTraits.h"
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
|
||||
#include "nsRegion.h"
|
||||
#include "nsPrintfCString.h"
|
||||
#include "nsTArray.h"
|
||||
#include "gfxUtils.h"
|
||||
#include "mozilla/ToString.h"
|
||||
|
||||
bool nsRegion::Contains(const nsRegion& aRgn) const
|
||||
{
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* 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/. */
|
||||
@ -9,7 +11,7 @@
|
||||
#include <stddef.h> // for size_t
|
||||
#include <stdint.h> // for uint32_t, uint64_t
|
||||
#include <sys/types.h> // for int32_t
|
||||
#include "mozilla/ToString.h" // for mozilla::ToString
|
||||
#include <ostream> // for std::ostream
|
||||
#include "nsCoord.h" // for nscoord
|
||||
#include "nsError.h" // for nsresult
|
||||
#include "nsPoint.h" // for nsIntPoint, nsPoint
|
||||
|
Loading…
Reference in New Issue
Block a user