summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ToolRunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/ToolRunner.cpp')
-rw-r--r--llvm/lib/Support/ToolRunner.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Support/ToolRunner.cpp b/llvm/lib/Support/ToolRunner.cpp
index b694127e076..3dc98451de5 100644
--- a/llvm/lib/Support/ToolRunner.cpp
+++ b/llvm/lib/Support/ToolRunner.cpp
@@ -13,9 +13,9 @@
#define DEBUG_TYPE "toolrunner"
#include "llvm/Support/ToolRunner.h"
-#include "Config/config.h" // for HAVE_LINK_R
-#include "Support/Debug.h"
-#include "Support/FileUtilities.h"
+#include "llvm/Config/config.h" // for HAVE_LINK_R
+#include "llvm/Support/Debug.h"
+#include "llvm/Support/FileUtilities.h"
#include <fstream>
#include <sstream>
using namespace llvm;
OpenPOWER on IntegriCloud