summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
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/YAML/ReaderWriterYAML.cpp
parent1675d51eac2aaf1d2cfc1f64d57cc4aa17fff489 (diff)
downloadbcm5719-llvm-54427ccef34c16d3b81ce2d5de4f72fc390371b9.tar.gz
bcm5719-llvm-54427ccef34c16d3b81ce2d5de4f72fc390371b9.zip
include system_error directly.
llvm-svn: 210801
Diffstat (limited to 'lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp')
-rw-r--r--lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp b/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
index 4b94e5b495a..a45874ba53d 100644
--- a/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
+++ b/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
@@ -26,9 +26,9 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
#include <memory>
#include <string>
+#include <system_error>
using llvm::yaml::MappingTraits;
using llvm::yaml::ScalarEnumerationTraits;
OpenPOWER on IntegriCloud