Bug 1225486 - don't include mozilla/ToString.h in {BasePoint,nsRegion}.h; r=jrmuizel

This commit is contained in:
Nathan Froyd 2015-10-26 11:04:14 -04:00
parent 5a2e61f3a3
commit 01ca3c8cb6
3 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -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
{

View File

@ -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