commit | 02f90e8ac1f14f2c2fd4cd4d45882f8fdb44c093 | [log] [tgz] |
---|---|---|
author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 14 15:43:01 2012 +0000 |
committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 14 15:43:01 2012 +0000 |
tree | 54165a24aaafe2e0fc69f673147126027e979161 | |
parent | 6c8c34e65ff8248ec7374e0d662d7f5684d800fa [diff] [blame] |
Fix include paths in non-standard targets. git-svn-id: http://skia.googlecode.com/svn/trunk@3187 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/app-android.cpp b/src/gpu/app-android.cpp index ae8b7dd..2dad1f9 100644 --- a/src/gpu/app-android.cpp +++ b/src/gpu/app-android.cpp
@@ -17,7 +17,7 @@ #include "SkString.h" #include "SkTime.h" -#include "GrGLConfig.h" +#include "gl/GrGLConfig.h" static GrContext* make_context() { SkDebugf("---- before create\n");