Fix incorrectly line-broken comment in Driver.h.

Also sort includes.

llvm-svn: 257197
This commit is contained in:
Justin Lebar 2016-01-08 19:28:34 +00:00
parent 2072b28a06
commit fe88373dca
1 changed files with 3 additions and 3 deletions

View File

@ -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>