aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/sksg/tests/SGTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sksg/tests/SGTest.cpp')
-rw-r--r--modules/sksg/tests/SGTest.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/sksg/tests/SGTest.cpp b/modules/sksg/tests/SGTest.cpp
index e098171db8..1228e666e7 100644
--- a/modules/sksg/tests/SGTest.cpp
+++ b/modules/sksg/tests/SGTest.cpp
@@ -5,19 +5,17 @@
* found in the LICENSE file.
*/
-#include "SkTypes.h"
+#include "SkRect.h"
+#include "SkRectPriv.h"
#if !defined(SK_BUILD_FOR_GOOGLE3)
-#include "SkRect.h"
-#include "SkRectPriv.h"
#include "SkSGColor.h"
#include "SkSGDraw.h"
#include "SkSGGroup.h"
#include "SkSGInvalidationController.h"
#include "SkSGRect.h"
#include "SkSGTransform.h"
-#include "SkTo.h"
#include "Test.h"