summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ELFFile.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-12 17:15:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-12 17:15:58 +0000
commit54427ccef34c16d3b81ce2d5de4f72fc390371b9 (patch)
treed0d7ac072f1bec5a849998aeaf1cf0be24ec0810 /lld/lib/ReaderWriter/ELF/ELFFile.h
parent1675d51eac2aaf1d2cfc1f64d57cc4aa17fff489 (diff)
downloadbcm5719-llvm-54427ccef34c16d3b81ce2d5de4f72fc390371b9.tar.gz
bcm5719-llvm-54427ccef34c16d3b81ce2d5de4f72fc390371b9.zip
include system_error directly.
llvm-svn: 210801
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/ELFFile.h')
-rw-r--r--lld/lib/ReaderWriter/ELF/ELFFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/ELFFile.h b/lld/lib/ReaderWriter/ELF/ELFFile.h
index 9ff7a6fae82..ccd6ad2e9a1 100644
--- a/lld/lib/ReaderWriter/ELF/ELFFile.h
+++ b/lld/lib/ReaderWriter/ELF/ELFFile.h
@@ -30,8 +30,8 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
#include <map>
+#include <system_error>
#include <unordered_map>
namespace lld {
OpenPOWER on IntegriCloud