clang/Analysis/FlowSensitive/DataflowSolver.h: <functional> should be just a STL header.

llvm-svn: 197912
This commit is contained in:
NAKAMURA Takumi 2013-12-23 16:34:51 +00:00
parent 0390908588
commit d32e3ef349
1 changed files with 1 additions and 1 deletions

View File

@ -14,12 +14,12 @@
#ifndef LLVM_CLANG_ANALYSES_DATAFLOW_SOLVER
#define LLVM_CLANG_ANALYSES_DATAFLOW_SOLVER
#include "functional" // STL
#include "clang/Analysis/CFG.h"
#include "clang/Analysis/FlowSensitive/DataflowValues.h"
#include "clang/Analysis/ProgramPoint.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include <functional>
namespace clang {