summaryrefslogtreecommitdiffstats
path: root/llvm/utils/not/not.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/not/not.cpp')
-rw-r--r--llvm/utils/not/not.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/not/not.cpp b/llvm/utils/not/not.cpp
index 908abe932d1..9a924b56a79 100644
--- a/llvm/utils/not/not.cpp
+++ b/llvm/utils/not/not.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/System/Path.h"
-#include "llvm/System/Program.h"
+#include "llvm/Support/Path.h"
+#include "llvm/Support/Program.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud