aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDataTable.h
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2016-11-07 14:23:59 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-07 20:16:56 +0000
commit260d9b315200163551de8e81311da13d15a307b8 (patch)
treec33289c3af500389ac4863211dd8ef5764f3b94c /include/core/SkDataTable.h
parent704cd32e4a92d6c3eae6bfae4adcc20126bf4437 (diff)
Move SkChunkAlloc.h to include/private.
This class does not appear to have any external users, and Skia probably does not want anyone depending on it. It also clutters up include/core with an 'uninteresting' utility class. Change-Id: I7de9468500ecffd0b722f222932e4f8b6637925b Reviewed-on: https://skia-review.googlesource.com/4522 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'include/core/SkDataTable.h')
-rw-r--r--include/core/SkDataTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkDataTable.h b/include/core/SkDataTable.h
index 2ec2d0f2e2..0c92d7f52e 100644
--- a/include/core/SkDataTable.h
+++ b/include/core/SkDataTable.h
@@ -8,8 +8,8 @@
#ifndef SkDataTable_DEFINED
#define SkDataTable_DEFINED
+#include "../private/SkChunkAlloc.h"
#include "../private/SkTDArray.h"
-#include "SkChunkAlloc.h"
#include "SkData.h"
#include "SkString.h"