Don't use angled brackets for LLVM includes [NFC] (#2204)

Don't use angled brackets for LLVM includes and sort the includes too [NFC]
This commit is contained in:
Johan Engelen 2017-07-14 14:08:58 +02:00 committed by GitHub
parent c041205fe0
commit 52685e186a

View file

@ -9,8 +9,8 @@
#include "exe_path.h"
#include <llvm/Support/Path.h>
#include <llvm/Support/FileSystem.h>
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
using std::string;
namespace path = llvm::sys::path;