aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecords.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-29 08:18:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-29 08:18:34 -0700
commit117842223bd13325b6da26110d80e0590c1a742b (patch)
tree860d279a06ceccbc6cd27e2fb1771f4c831f631e /src/core/SkRecords.h
parent0f07c3f855a02379176d74341d241f8bc881ddad (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 Review URL: https://codereview.chromium.org/1266593002
Diffstat (limited to 'src/core/SkRecords.h')
-rw-r--r--src/core/SkRecords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
index 9ab04c91e4..13332a0fc9 100644
--- a/src/core/SkRecords.h
+++ b/src/core/SkRecords.h
@@ -8,10 +8,10 @@
#ifndef SkRecords_DEFINED
#define SkRecords_DEFINED
+#include "../private/SkPathPriv.h"
#include "SkCanvas.h"
#include "SkDrawable.h"
#include "SkMatrix.h"
-#include "SkPathPriv.h"
#include "SkPicture.h"
#include "SkRSXform.h"
#include "SkTextBlob.h"