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

@@ -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;