Bug 1217941 - remove <iomanip> from ScaleFactors2D.h; r=jrmuizel

We don't use any <iomanip> functions in this header.
This commit is contained in:
Nathan Froyd 2015-10-23 14:07:36 -04:00
parent 5843f41566
commit 42f55e2599

View File

@ -7,7 +7,6 @@
#define MOZILLA_GFX_SCALEFACTORS2D_H_
#include <ostream>
#include <iomanip>
#include "mozilla/Attributes.h"
#include "mozilla/FloatingPoint.h"