forked from OSchip/llvm-project
Remove unnecessary include.
QuerySession.h does not need anything from Query.h, so it does not need to include it. llvm-svn: 350797
This commit is contained in:
parent
c1ba1eec69
commit
b9e7359204
|
@ -10,7 +10,6 @@
|
|||
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_QUERY_QUERY_SESSION_H
|
||||
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_QUERY_QUERY_SESSION_H
|
||||
|
||||
#include "Query.h"
|
||||
#include "clang/ASTMatchers/Dynamic/VariantValue.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
|
|
Loading…
Reference in New Issue