Index: lib/CodeGen/CGOpenCLRuntime.cpp =================================================================== --- lib/CodeGen/CGOpenCLRuntime.cpp +++ lib/CodeGen/CGOpenCLRuntime.cpp @@ -18,7 +18,7 @@ #include "TargetInfo.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/GlobalValue.h" -#include +#include using namespace clang; using namespace CodeGen; Index: lib/Driver/Types.cpp =================================================================== --- lib/Driver/Types.cpp +++ lib/Driver/Types.cpp @@ -11,7 +11,7 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/StringSwitch.h" #include -#include +#include using namespace clang::driver; using namespace clang::driver::types; Index: lib/Frontend/CodeGenOptions.cpp =================================================================== --- lib/Frontend/CodeGenOptions.cpp +++ lib/Frontend/CodeGenOptions.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// #include "clang/Frontend/CodeGenOptions.h" -#include +#include namespace clang { Index: lib/Frontend/CompilerInstance.cpp =================================================================== --- lib/Frontend/CompilerInstance.cpp +++ lib/Frontend/CompilerInstance.cpp @@ -48,7 +48,7 @@ #include "llvm/Support/raw_ostream.h" #include #include -#include +#include #include using namespace clang; Index: lib/Lex/HeaderSearch.cpp =================================================================== --- lib/Lex/HeaderSearch.cpp +++ lib/Lex/HeaderSearch.cpp @@ -29,7 +29,7 @@ #include #include #if defined(LLVM_ON_UNIX) -#include +#include #endif using namespace clang; Index: lib/Lex/ModuleMap.cpp =================================================================== --- lib/Lex/ModuleMap.cpp +++ lib/Lex/ModuleMap.cpp @@ -30,9 +30,9 @@ #include "llvm/Support/Host.h" #include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" -#include +#include #if defined(LLVM_ON_UNIX) -#include +#include #endif using namespace clang; Index: lib/Sema/DelayedDiagnostic.cpp =================================================================== --- lib/Sema/DelayedDiagnostic.cpp +++ lib/Sema/DelayedDiagnostic.cpp @@ -15,7 +15,7 @@ // //===----------------------------------------------------------------------===// #include "clang/Sema/DelayedDiagnostic.h" -#include +#include using namespace clang; using namespace sema; Index: lib/Tooling/Core/QualTypeNames.cpp =================================================================== --- lib/Tooling/Core/QualTypeNames.cpp +++ lib/Tooling/Core/QualTypeNames.cpp @@ -15,7 +15,7 @@ #include "clang/AST/GlobalDecl.h" #include "clang/AST/Mangle.h" -#include +#include #include namespace clang {