aboutsummaryrefslogtreecommitdiff
path: root/lib/System/IncludeFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/IncludeFile.cpp')
-rw-r--r--lib/System/IncludeFile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/System/IncludeFile.cpp b/lib/System/IncludeFile.cpp
index d4729176f4..2ba9595ea1 100644
--- a/lib/System/IncludeFile.cpp
+++ b/lib/System/IncludeFile.cpp
@@ -1,4 +1,4 @@
-//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
+//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
//
// The LLVM Compiler Infrastructure
//
@@ -11,10 +11,10 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Support/IncludeFile.h"
+#include "llvm/System/IncludeFile.h"
using namespace llvm;
// This constructor is used to ensure linking of other modules. See the
-// llvm/Support/IncludeFile.h header for details.
+// llvm/System/IncludeFile.h header for details.
IncludeFile::IncludeFile(void*) {}