Use <system_error> rather than llvm/Support/system_error.h.

Rafael removed the latter in r210803.

Swift SVN r18842
This commit is contained in:
Mark Lacey
2014-06-12 21:53:16 +00:00
parent dfea044f4a
commit dccd703315
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
#include "swift/Driver/OutputFileMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
#include <system_error>
using namespace swift;
using namespace swift::driver;

View File

@@ -58,7 +58,6 @@
#include "llvm/Support/Signals.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
@@ -71,6 +70,7 @@
#include <wchar.h>
#include <histedit.h>
#include <dlfcn.h>
#include <system_error>
using namespace swift;

View File

@@ -26,9 +26,9 @@
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/SaveAndRestore.h"
#include "llvm/Support/system_error.h"
#include "llvm/Support/Path.h"
#include <algorithm>
#include <system_error>
using namespace swift;
//===----------------------------------------------------------------------===//

View File

@@ -26,7 +26,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/SaveAndRestore.h"
#include "llvm/Support/system_error.h"
#include <system_error>
using namespace swift;

View File

@@ -21,7 +21,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/system_error.h"
#include <system_error>
using namespace swift;

View File

@@ -41,7 +41,7 @@
#include "llvm/Support/Process.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/system_error.h"
#include <system_error>
#include <string>