aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ShaderOpacityTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ShaderOpacityTest.cpp')
-rw-r--r--tests/ShaderOpacityTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ShaderOpacityTest.cpp b/tests/ShaderOpacityTest.cpp
index 3e67306332..5230e4a0fa 100644
--- a/tests/ShaderOpacityTest.cpp
+++ b/tests/ShaderOpacityTest.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-#include "SkShader.h"
-#include "SkGradientShader.h"
#include "SkColorShader.h"
+#include "SkGradientShader.h"
+#include "SkShader.h"
+#include "Test.h"
static void test_bitmap(skiatest::Reporter* reporter) {
SkBitmap bmp;