Can't include SkTypes.h from ports/
authorMike Klein <mtklein@google.com>
Fri, 9 Jan 2015 17:29:08 +0000 (12:29 -0500)
committerMike Klein <mtklein@google.com>
Fri, 9 Jan 2015 17:29:08 +0000 (12:29 -0500)
BUG=skia:

Review URL: https://codereview.chromium.org/847533002

src/ports/SkMutex_pthread.h

index 696c61d..7452ece 100644 (file)
@@ -10,7 +10,6 @@
 
 /** Posix pthread_mutex based mutex. */
 
-#include "SkTypes.h"
 #include <errno.h>
 #include <pthread.h>