aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrMemoryPoolTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-03 15:00:52 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-03 15:00:52 +0000
commita68937c950847cea2eb7064ef5b63feb82ed3a71 (patch)
tree44c4ae3c12edb4b691fc248c768bdbe2d1db8135 /tests/GrMemoryPoolTest.cpp
parent2a48c3adb7cf4fc754f99a41352210b4a99edf04 (diff)
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system.
git-svn-id: http://skia.googlecode.com/svn/trunk@4948 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/GrMemoryPoolTest.cpp')
-rw-r--r--tests/GrMemoryPoolTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/GrMemoryPoolTest.cpp b/tests/GrMemoryPoolTest.cpp
index 6c14dbe68c..17ff69dc51 100644
--- a/tests/GrMemoryPoolTest.cpp
+++ b/tests/GrMemoryPoolTest.cpp
@@ -5,10 +5,9 @@
* found in the LICENSE file.
*/
+#include "Test.h"
// This is a GPU-backend specific test
#if SK_SUPPORT_GPU
-
-#include "Test.h"
#include "GrMemoryPool.h"
#include "SkRandom.h"
#include "SkTDArray.h"