aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Gpu.h
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-09-29 09:37:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-29 09:37:59 -0700
commitb906daf112416c1698a79cf51aa70fe11aa19d0a (patch)
tree50b7385ef921b0019c661757af37224f8d5232ea /src/image/SkImage_Gpu.h
parent198a350051824229aa89a5d6348f5a7fc875c9ca (diff)
Have /src files use header directly.
Diffstat (limited to 'src/image/SkImage_Gpu.h')
-rw-r--r--src/image/SkImage_Gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h
index b8b7496023..5e847dd381 100644
--- a/src/image/SkImage_Gpu.h
+++ b/src/image/SkImage_Gpu.h
@@ -8,7 +8,7 @@
#ifndef SkImage_Gpu_DEFINED
#define SkImage_Gpu_DEFINED
-#include "../private/SkAtomics.h"
+#include "SkAtomics.h"
#include "GrTexture.h"
#include "GrGpuResourcePriv.h"
#include "SkBitmap.h"