aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Float16Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Float16Test.cpp')
-rw-r--r--tests/Float16Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Float16Test.cpp b/tests/Float16Test.cpp
index e67d8f1e79..85f0ad59a6 100644
--- a/tests/Float16Test.cpp
+++ b/tests/Float16Test.cpp
@@ -5,14 +5,15 @@
* found in the LICENSE file.
*/
-#include "Test.h"
#include "SkAutoPixmapStorage.h"
#include "SkColor.h"
#include "SkHalf.h"
#include "SkOpts.h"
-#include "SkPixmap.h"
#include "SkPM4f.h"
+#include "SkPixmap.h"
#include "SkRandom.h"
+#include "SkTo.h"
+#include "Test.h"
#include <cmath>