summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/FlatStore.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:51:49 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:51:49 +0000
commit8d602a8aa8e6697509465d8a5473fc41cb1a382e (patch)
treeb18e6d8cd50446ac6a47cf9e2f4daebb6c5301bd /clang/lib/Checker/FlatStore.cpp
parent6b5d2519b3929e0b0aa1ae27a90b8f682366446e (diff)
downloadbcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.tar.gz
bcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.zip
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
llvm-svn: 122420
Diffstat (limited to 'clang/lib/Checker/FlatStore.cpp')
-rw-r--r--clang/lib/Checker/FlatStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/FlatStore.cpp b/clang/lib/Checker/FlatStore.cpp
index 6053f33ad55..6e70f61be61 100644
--- a/clang/lib/Checker/FlatStore.cpp
+++ b/clang/lib/Checker/FlatStore.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Checker/PathSensitive/GRState.h"
+#include "clang/GR/PathSensitive/GRState.h"
#include "llvm/ADT/ImmutableIntervalMap.h"
#include "llvm/Support/ErrorHandling.h"
OpenPOWER on IntegriCloud