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
diff --git a/tests/GLInterfaceValidation.cpp b/tests/GLInterfaceValidation.cpp
index 881a4c9..c49de3e 100755
--- a/tests/GLInterfaceValidation.cpp
+++ b/tests/GLInterfaceValidation.cpp
@@ -7,10 +7,11 @@
  */
 
 
+
+#include "Test.h"
 // This is a GPU-backend specific test
 #if SK_SUPPORT_GPU
 
-#include "Test.h"
 #if SK_ANGLE
 #include "gl/SkANGLEGLContext.h"
 #endif