Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: Source/wtf/Platform.h

Issue 16963006: Include AvailabilityMacros.h only where it is used. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/FastMalloc.cpp ('k') | Tools/DumpRenderTree/chromium/LayoutTestHelper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Platform.h
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
index adc3495a7119b53828b2fabced98d2203e779360..138b28b106f6e2729071961ab2aadc2288e52ffa 100644
--- a/Source/wtf/Platform.h
+++ b/Source/wtf/Platform.h
@@ -57,8 +57,6 @@
/* OS(DARWIN) - Any Darwin-based OS, including Mac OS X and iPhone OS */
#ifdef __APPLE__
#define WTF_OS_DARWIN 1
-
-#include <AvailabilityMacros.h>
#endif
/* OS(FREEBSD) - FreeBSD */
« no previous file with comments | « Source/wtf/FastMalloc.cpp ('k') | Tools/DumpRenderTree/chromium/LayoutTestHelper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698