mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 16:41:06 +03:00
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:
parent
c041205fe0
commit
52685e186a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue