From 24f59101b6770a1eb697de5ab8525ea072b6441b Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 13 Feb 2015 09:57:05 +0000 Subject: [PATCH] Remove a stray blank line that my sort_include.py script found. llvm-svn: 229093 --- clang/lib/Driver/MSVCToolChain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/Driver/MSVCToolChain.cpp b/clang/lib/Driver/MSVCToolChain.cpp index 372f76f7c748..874e5409dc27 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 // Include the necessary headers to interface with the Windows registry and