Remove unnecessary include.
authorRichard Trieu <rtrieu@google.com>
Thu, 10 Jan 2019 04:53:10 +0000 (04:53 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 10 Jan 2019 04:53:10 +0000 (04:53 +0000)
QuerySession.h does not need anything from Query.h, so it does not need to
include it.

llvm-svn: 350797

clang-tools-extra/clang-query/QuerySession.h

index 62ecb54..70a4ede 100644 (file)
@@ -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"