Include system_error directly.

llvm-svn: 210802
This commit is contained in:
Rafael Espindola
2014-06-12 17:19:42 +00:00
parent 54427ccef3
commit 8a8e554adc
15 changed files with 15 additions and 16 deletions

View File

@@ -33,10 +33,10 @@
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/system_error.h"
#include <atomic>
#include <memory>
#include <sys/stat.h>
#include <system_error>
using namespace clang;
//===----------------------------------------------------------------------===//