diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2013-11-15 22:54:15 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2013-11-15 22:54:15 +0000 |
commit | 6e72b8ba8ca78249469898b06463ab6c266eb19f (patch) | |
tree | 5ca5ff14688dfebb078386c1845525f061a28f66 /libcxx/include | |
parent | a3e01cf822f7415337e5424af3c6f4c94a12c1b9 (diff) | |
download | bcm5719-llvm-6e72b8ba8ca78249469898b06463ab6c266eb19f.tar.gz bcm5719-llvm-6e72b8ba8ca78249469898b06463ab6c266eb19f.zip |
Windows.h is not required.
llvm-svn: 194870
Diffstat (limited to 'libcxx/include')
-rw-r--r-- | libcxx/include/support/win32/support.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/support/win32/support.h b/libcxx/include/support/win32/support.h index b953ab77ce3..ed1986e6954 100644 --- a/libcxx/include/support/win32/support.h +++ b/libcxx/include/support/win32/support.h @@ -23,7 +23,6 @@ #ifndef NOMINMAX #define NOMINMAX #endif -#include <Windows.h> extern "C" { |