Index: include/core/SkPreConfig.h |
=================================================================== |
--- a/include/core/SkPreConfig.h (revision 11693) |
+++ b/include/core/SkPreConfig.h (working copy) |
@@ -70,7 +70,6 @@ |
#if !defined(SK_WARN_UNUSED_RESULT) |
#define SK_WARN_UNUSED_RESULT |
#endif |
- #include "sk_stdint.h" |
#endif |
////////////////////////////////////////////////////////////////////// |
@@ -102,17 +101,6 @@ |
////////////////////////////////////////////////////////////////////// |
-#ifndef SK_MMAP_SUPPORT |
- #ifdef SK_BUILD_FOR_WIN32 |
- // by default, if we're windows, we assume we don't have mmap |
- #define SK_MMAP_SUPPORT 0 |
- #else |
- #define SK_MMAP_SUPPORT 1 |
- #endif |
-#endif |
- |
-////////////////////////////////////////////////////////////////////// |
- |
/** |
* SK_CPU_SSE_LEVEL |
* |