diff options
author | mtklein <mtklein@chromium.org> | 2015-07-28 11:51:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-28 11:51:50 -0700 |
commit | d12e6ffa5cc1c1af47bf73c7c127d8d7f7443058 (patch) | |
tree | 86aecf4a41a2fcc5bf61557b11b7f0d70426c81d /include/views | |
parent | 570e7a34dab7800ccb1cfea03762367e24687b71 (diff) |
Move the rest of src headers used by include to include/private.
$ git grep "../../src/" | grep include
now returns nothing.
BUG=skia:4126
No public API changes.
TBR=reed@google.com
Review URL: https://codereview.chromium.org/1261013003
Diffstat (limited to 'include/views')
-rw-r--r-- | include/views/SkOSWindow_Win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h index 85cfec14f8..ccab59066d 100644 --- a/include/views/SkOSWindow_Win.h +++ b/include/views/SkOSWindow_Win.h @@ -10,7 +10,7 @@ #ifndef SkOSWindow_Win_DEFINED #define SkOSWindow_Win_DEFINED -#include "../../src/core/SkFunction.h" +#include "../private/SkFunction.h" #include "../private/SkTHash.h" #include "SkWindow.h" |