summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-modernize')
-rw-r--r--clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h2
-rw-r--r--clang-tools-extra/clang-modernize/Core/ReplacementHandling.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h b/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
index aa42c658708..5811d2c352d 100644
--- a/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
+++ b/clang-tools-extra/clang-modernize/Core/IncludeExcludeInfo.h
@@ -17,7 +17,7 @@
#define CLANG_MODERNIZE_INCLUDEEXCLUDEINFO_H
#include "llvm/ADT/StringRef.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
#include <vector>
/// \brief Class encapsulating the handling of include and exclude paths
diff --git a/clang-tools-extra/clang-modernize/Core/ReplacementHandling.cpp b/clang-tools-extra/clang-modernize/Core/ReplacementHandling.cpp
index 5add9803351..19e2ddf748f 100644
--- a/clang-tools-extra/clang-modernize/Core/ReplacementHandling.cpp
+++ b/clang-tools-extra/clang-modernize/Core/ReplacementHandling.cpp
@@ -18,7 +18,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"
-#include "llvm/Support/system_error.h"
+#include <system_error>
using namespace llvm;
using namespace llvm::sys;
OpenPOWER on IntegriCloud