SkMath takes some functions from from SkTypes

Moved to include/core/SkMath.h: Sk{Is|}Align{2|4|8|Ptr}, SkLeftShift,
SkAbs{32|}, SkM{ax|in}32 SkTM{in|ax}, SkTClamp, SkFastMin32, SkTPin.

Change-Id: Ibcc07be0fc3677731048e7cc86006e7aa493cb92
Reviewed-on: https://skia-review.googlesource.com/133381
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
diff --git a/include/private/SkTArray.h b/include/private/SkTArray.h
index 75cd001..08289c5 100644
--- a/include/private/SkTArray.h
+++ b/include/private/SkTArray.h
@@ -8,9 +8,9 @@
 #ifndef SkTArray_DEFINED
 #define SkTArray_DEFINED
 
-#include "../private/SkSafe32.h"
-#include "../private/SkTLogic.h"
-#include "../private/SkTemplates.h"
+#include "SkSafe32.h"
+#include "SkTLogic.h"
+#include "SkTemplates.h"
 #include "SkTypes.h"
 
 #include <new>