Moved Rvalues.h from "Analysis/" to "include/clang/Analysis/PathSensitive".

llvm-svn: 47123
This commit is contained in:
Ted Kremenek 2008-02-14 17:30:51 +00:00
parent 4c95dbd69f
commit 747c777bde
4 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,6 @@
//
//===----------------------------------------------------------------------===//
#include "RValues.h"
#include "ValueState.h"
#include "clang/Analysis/PathSensitive/GRCoreEngine.h"

View File

@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "RValues.h"
#include "clang/Analysis/PathSensitive/RValues.h"
using namespace clang;
using llvm::dyn_cast;

View File

@ -16,8 +16,7 @@
// FIXME: Reduce the number of includes.
#include "RValues.h"
#include "clang/Analysis/PathSensitive/RValues.h"
#include "clang/Analysis/PathSensitive/GRCoreEngine.h"
#include "clang/AST/Expr.h"
#include "clang/AST/Decl.h"