diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:57:05 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:57:05 +0000 |
commit | 24f59101b6770a1eb697de5ab8525ea072b6441b (patch) | |
tree | 29b931ea1f045b1e56cded22f45ad6baa68d4d2b | |
parent | 9828e69a3fd2dc9af5d5ff374d47c3f2f1697cd2 (diff) | |
download | bcm5719-llvm-24f59101b6770a1eb697de5ab8525ea072b6441b.tar.gz bcm5719-llvm-24f59101b6770a1eb697de5ab8525ea072b6441b.zip |
Remove a stray blank line that my sort_include.py script found.
llvm-svn: 229093
-rw-r--r-- | clang/lib/Driver/MSVCToolChain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Driver/MSVCToolChain.cpp b/clang/lib/Driver/MSVCToolChain.cpp index 372f76f7c74..874e5409dc2 100644 --- a/clang/lib/Driver/MSVCToolChain.cpp +++ b/clang/lib/Driver/MSVCToolChain.cpp @@ -21,7 +21,6 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Process.h" - #include <cstdio> // Include the necessary headers to interface with the Windows registry and |