diff options
author | mtklein <mtklein@chromium.org> | 2015-07-29 11:10:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-29 11:10:46 -0700 |
commit | 22355c4f404becfdc39b962c15533cef9f45615c (patch) | |
tree | 722a2a7652c9725156d82070d24d894413cdae03 /include/views | |
parent | e43e3bdd6d7a49623496331a17344a76d04caa7e (diff) |
Move headers with no dependencies.
C.f. https://codereview.chromium.org/1261013003/
BUG=skia:4126
Will follow up with two more CLs if this works:
- one moving SkRecords.h
- one moving SkMiniRecorder.h
No public API changes.
TBR=reed@google.com
Committed: https://skia.googlesource.com/skia/+/117842223bd13325b6da26110d80e0590c1a742b
Review URL: https://codereview.chromium.org/1266593002
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" |