Bug 1438750 - Remove mfbt/double-conversion.h, and change existing users to instead do #include "double-conversion/double-conversion.h" themselves. r=froydnj on a CLOSED TREE

This commit is contained in:
Jeff Walden
2018-02-21 10:15:43 +02:00
parent 4fb607daf7
commit 2d9c1567e9
8 changed files with 9 additions and 26 deletions

View File

@@ -4,12 +4,13 @@
* 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 "nsASCIIMask.h"
#include "double-conversion/double-conversion.h"
#include "mozilla/CheckedInt.h"
#include "mozilla/double-conversion.h"
#include "mozilla/MathAlgorithms.h"
#include "mozilla/MemoryReporting.h"
#include "mozilla/Printf.h"
#include "mozilla/MathAlgorithms.h"
#include "nsASCIIMask.h"
using double_conversion::DoubleToStringConverter;