diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/driver/cc1as_main.cpp | 6 | ||||
-rw-r--r-- | tools/driver/driver.cpp | 8 | ||||
-rw-r--r-- | tools/libclang/CIndex.cpp | 8 | ||||
-rw-r--r-- | tools/libclang/CIndexCodeCompletion.cpp | 2 | ||||
-rw-r--r-- | tools/libclang/CIndexer.cpp | 2 | ||||
-rw-r--r-- | tools/libclang/CIndexer.h | 2 |
6 files changed, 14 insertions, 14 deletions
diff --git a/tools/driver/cc1as_main.cpp b/tools/driver/cc1as_main.cpp index fb68d07ab2..a0901fd755 100644 --- a/tools/driver/cc1as_main.cpp +++ b/tools/driver/cc1as_main.cpp @@ -39,9 +39,9 @@ #include "llvm/Support/SourceMgr.h" #include "llvm/Support/Timer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Host.h" -#include "llvm/System/Path.h" -#include "llvm/System/Signals.h" +#include "llvm/Support/Host.h" +#include "llvm/Support/Path.h" +#include "llvm/Support/Signals.h" #include "llvm/Target/TargetAsmBackend.h" #include "llvm/Target/TargetAsmParser.h" #include "llvm/Target/TargetData.h" diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp index 57765fed80..e002150518 100644 --- a/tools/driver/driver.cpp +++ b/tools/driver/driver.cpp @@ -29,10 +29,10 @@ #include "llvm/Support/Regex.h" #include "llvm/Support/Timer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Host.h" -#include "llvm/System/Path.h" -#include "llvm/System/Program.h" -#include "llvm/System/Signals.h" +#include "llvm/Support/Host.h" +#include "llvm/Support/Path.h" +#include "llvm/Support/Program.h" +#include "llvm/Support/Signals.h" using namespace clang; using namespace clang::driver; diff --git a/tools/libclang/CIndex.cpp b/tools/libclang/CIndex.cpp index 7de7d40e03..7fc2f6ebb4 100644 --- a/tools/libclang/CIndex.cpp +++ b/tools/libclang/CIndex.cpp @@ -40,10 +40,10 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Timer.h" -#include "llvm/System/Mutex.h" -#include "llvm/System/Program.h" -#include "llvm/System/Signals.h" -#include "llvm/System/Threading.h" +#include "llvm/Support/Mutex.h" +#include "llvm/Support/Program.h" +#include "llvm/Support/Signals.h" +#include "llvm/Support/Threading.h" #include "llvm/Support/Compiler.h" using namespace clang; diff --git a/tools/libclang/CIndexCodeCompletion.cpp b/tools/libclang/CIndexCodeCompletion.cpp index 7fb1e8022b..7441f4fa1d 100644 --- a/tools/libclang/CIndexCodeCompletion.cpp +++ b/tools/libclang/CIndexCodeCompletion.cpp @@ -28,7 +28,7 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Timer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Program.h" +#include "llvm/Support/Program.h" #include <cstdlib> #include <cstdio> diff --git a/tools/libclang/CIndexer.cpp b/tools/libclang/CIndexer.cpp index 95949b899b..992d76a2ef 100644 --- a/tools/libclang/CIndexer.cpp +++ b/tools/libclang/CIndexer.cpp @@ -25,7 +25,7 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Program.h" +#include "llvm/Support/Program.h" #include <cstdio> #include <vector> diff --git a/tools/libclang/CIndexer.h b/tools/libclang/CIndexer.h index 8bcdce343a..b40891a02f 100644 --- a/tools/libclang/CIndexer.h +++ b/tools/libclang/CIndexer.h @@ -17,7 +17,7 @@ #include "clang-c/Index.h" #include "llvm/ADT/StringRef.h" -#include "llvm/System/Path.h" +#include "llvm/Support/Path.h" #include <vector> namespace llvm { |