summaryrefslogtreecommitdiffstats
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
commit482e30b829175156e60b3f924aafd7552c8c49e2 (patch)
tree781de881df26e9147773e976ba6d80bec1518dad
parentd923f1bdb694639b14585c0b544614722f23bb5e (diff)
Remove unnecessary include.
QuerySession.h does not need anything from Query.h, so it does not need to include it. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@350797 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clang-query/QuerySession.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-query/QuerySession.h b/clang-query/QuerySession.h
index 62ecb545..70a4ede8 100644
--- a/clang-query/QuerySession.h
+++ b/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"