summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-12 17:38:55 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-12 17:38:55 +0000
commita6e9c3e43ae125530b7d9f158f5486ac48ca5a29 (patch)
tree767534680e11e07890b647f1943819d0dd75e47c /llvm/lib/Support/raw_ostream.cpp
parent8a8e554adc5f0f0ec74e0bae6fbef600b37a9a06 (diff)
downloadbcm5719-llvm-a6e9c3e43ae125530b7d9f158f5486ac48ca5a29.tar.gz
bcm5719-llvm-a6e9c3e43ae125530b7d9f158f5486ac48ca5a29.zip
Remove system_error.h.
This is a minimal change to remove the header. I will remove the occurrences of "using std::error_code" in a followup patch. llvm-svn: 210803
Diffstat (limited to 'llvm/lib/Support/raw_ostream.cpp')
-rw-r--r--llvm/lib/Support/raw_ostream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp
index f55838e660f..6a61b1b2a6c 100644
--- a/llvm/lib/Support/raw_ostream.cpp
+++ b/llvm/lib/Support/raw_ostream.cpp
@@ -22,10 +22,10 @@
#include "llvm/Support/Format.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Program.h"
-#include "llvm/Support/system_error.h"
#include <cctype>
#include <cerrno>
#include <sys/stat.h>
+#include <system_error>
// <fcntl.h> may provide O_BINARY.
#if defined(HAVE_FCNTL_H)
OpenPOWER on IntegriCloud