summaryrefslogtreecommitdiffstats
path: root/lib/Support
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-07-17 04:31:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-07-17 04:31:20 +0000
commit955ba01ecc18f08cfa58d6778c4e5b97d35e9a43 (patch)
treee09da6a37e28df51d5f9015e14a3d45e1da5c4ee /lib/Support
parentbca1a1aab39f0e3d2448d5dfc5e2591815aba047 (diff)
Support/Path.cpp: Prune unused "llvm/BinaryFormat".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Path.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/Path.cpp b/lib/Support/Path.cpp
index e58f856ca244..ea59ba62d7bd 100644
--- a/lib/Support/Path.cpp
+++ b/lib/Support/Path.cpp
@@ -13,8 +13,6 @@
#include "llvm/Support/Path.h"
#include "llvm/ADT/ArrayRef.h"
-#include "llvm/BinaryFormat/COFF.h"
-#include "llvm/BinaryFormat/MachO.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/ErrorHandling.h"