diff options
author | Mike Klein <mtklein@google.com> | 2015-01-09 12:29:08 -0500 |
---|---|---|
committer | Mike Klein <mtklein@google.com> | 2015-01-09 12:29:08 -0500 |
commit | 4490da227f1475fb66af20532c14d6d9febd18b6 (patch) | |
tree | 302b6586e613873959f62fce1ca683fd9d61d32a /src | |
parent | 8b50ac242bc3a41cf81d5d9bbc24d49b9f85d834 (diff) |
Can't include SkTypes.h from ports/
BUG=skia:
Review URL: https://codereview.chromium.org/847533002
Diffstat (limited to 'src')
-rw-r--r-- | src/ports/SkMutex_pthread.h | 1 |
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> |