forked from OSchip/llvm-project
Fix incorrectly line-broken comment in Driver.h.
Also sort includes. llvm-svn: 257197
This commit is contained in:
parent
2072b28a06
commit
fe88373dca
|
@ -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 <memory>
|
||||
// lands.
|
||||
#include "llvm/Support/Path.h" // FIXME: Kill when CompilationInfo lands.
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue