Index: third_party/harfbuzz-ng/src/hb-blob.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-blob.cc b/third_party/harfbuzz-ng/src/hb-blob.cc |
index da2509cbce0e21367d40c41bd26a3d0b58a508e1..d6acca0fca5e55e3671b090a8e9469b1c54ab3e9 100644 |
--- a/third_party/harfbuzz-ng/src/hb-blob.cc |
+++ b/third_party/harfbuzz-ng/src/hb-blob.cc |
@@ -25,14 +25,10 @@ |
*/ |
/* http://www.oracle.com/technetwork/articles/servers-storage-dev/standardheaderfiles-453865.html */ |
-#if defined(_POSIX_C_SOURCE) |
-#undef _POSIX_C_SOURCE |
-#endif |
#define _POSIX_C_SOURCE 199309L |
#include "hb-private.hh" |
-#include "hb-blob.h" |
#include "hb-object-private.hh" |
#ifdef HAVE_SYS_MMAN_H |