summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccld/Linker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/gccld/Linker.cpp')
-rw-r--r--llvm/tools/gccld/Linker.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/gccld/Linker.cpp b/llvm/tools/gccld/Linker.cpp
index fcaa7af3d5f..fa9ec70306c 100644
--- a/llvm/tools/gccld/Linker.cpp
+++ b/llvm/tools/gccld/Linker.cpp
@@ -21,11 +21,11 @@
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/Linker.h"
-#include "Config/config.h"
-#include "Support/CommandLine.h"
-#include "Support/FileUtilities.h"
+#include "llvm/Config/config.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/FileUtilities.h"
#include "llvm/System/Signals.h"
-#include "Support/SystemUtils.h"
+#include "llvm/Support/SystemUtils.h"
#include <algorithm>
#include <fstream>
#include <memory>
OpenPOWER on IntegriCloud