From: Justin Lebar Date: Fri, 8 Jan 2016 19:28:34 +0000 (+0000) Subject: Fix incorrectly line-broken comment in Driver.h. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16b28cc48158574caf0acc8908182002dd1ecff8;p=clang Fix incorrectly line-broken comment in Driver.h. Also sort includes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index c9940ba550..a1c6045838 100644 --- a/include/clang/Driver/Driver.h +++ b/include/clang/Driver/Driver.h @@ -18,10 +18,10 @@ #include "llvm/ADT/StringMap.h" #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Triple.h" -#include "llvm/Support/Path.h" // FIXME: Kill when CompilationInfo -#include - // lands. +#include "llvm/Support/Path.h" // FIXME: Kill when CompilationInfo lands. + #include +#include #include #include