aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2015-01-09 12:29:08 -0500
committerGravatar Mike Klein <mtklein@google.com>2015-01-09 12:29:08 -0500
commit4490da227f1475fb66af20532c14d6d9febd18b6 (patch)
tree302b6586e613873959f62fce1ca683fd9d61d32a
parent8b50ac242bc3a41cf81d5d9bbc24d49b9f85d834 (diff)
Can't include SkTypes.h from ports/
-rw-r--r--src/ports/SkMutex_pthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ports/SkMutex_pthread.h b/src/ports/SkMutex_pthread.h
index 696c61d0f4..7452ece610 100644
--- a/src/ports/SkMutex_pthread.h
+++ b/src/ports/SkMutex_pthread.h
@@ -10,7 +10,6 @@
/** Posix pthread_mutex based mutex. */
-#include "SkTypes.h"
#include <errno.h>
#include <pthread.h>