aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2019-01-10 04:53:10 +0000
committerRichard Trieu <rtrieu@google.com>2019-01-10 04:53:10 +0000
commitb9e7359204fe8f09fcb62114997b850ec896d557 (patch)
treee9f6f52993754b69a08f0e006e9a572caaac7f8e /clang-tools-extra
parentc1ba1eec69c9b72c8dad6a394bf14559a2360593 (diff)
Remove unnecessary include.
QuerySession.h does not need anything from Query.h, so it does not need to include it. llvm-svn: 350797
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/clang-query/QuerySession.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-query/QuerySession.h b/clang-tools-extra/clang-query/QuerySession.h
index 62ecb5450731..70a4ede80328 100644
--- a/clang-tools-extra/clang-query/QuerySession.h
+++ b/clang-tools-extra/clang-query/QuerySession.h
@@ -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"