summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Index/CallGraph.cpp (renamed from clang/lib/Analysis/CallGraph.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CallGraph.cpp b/clang/lib/Index/CallGraph.cpp
index c1040f0c994..6403319de1f 100644
--- a/clang/lib/Analysis/CallGraph.cpp
+++ b/clang/lib/Index/CallGraph.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Analysis/CallGraph.h"
+#include "clang/Index/CallGraph.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/StmtVisitor.h"
OpenPOWER on IntegriCloud