Remove system_error.h.
[oota-llvm.git] / lib / IR / GCOV.cpp
index f2099d6baf132d6aef5608ddd8c879b815b7cf42..77dd7e881bd2b481092ac15914d7aa551601b06c 100644 (file)
@@ -19,8 +19,8 @@
 #include "llvm/Support/Format.h"
 #include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/Path.h"
-#include "llvm/Support/system_error.h"
 #include <algorithm>
+#include <system_error>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//