fix no-gpu build

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2253073003

TBR=robertphilips
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2253073003
diff --git a/src/image/SkImage_Raster.cpp b/src/image/SkImage_Raster.cpp
index abdecb9..acfacea 100644
--- a/src/image/SkImage_Raster.cpp
+++ b/src/image/SkImage_Raster.cpp
@@ -17,6 +17,7 @@
 
 #if SK_SUPPORT_GPU
 #include "GrContext.h"
+#include "GrImageIDTextureAdjuster.h"
 #include "SkGr.h"
 #include "SkGrPriv.h"
 #endif
@@ -194,8 +195,6 @@
     return true;
 }
 
-#include "GrImageIDTextureAdjuster.h"
-
 GrTexture* SkImage_Raster::asTextureRef(GrContext* ctx, const GrTextureParams& params,
                                         SkSourceGammaTreatment gammaTreatment) const {
 #if SK_SUPPORT_GPU