mirror of https://github.com/qt/qtgrpc.git
Remove unused includes from generators
Pick-to: 6.8 Change-Id: I227d17e747dddc5c4767fde12d689efa94aa507e Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
This commit is contained in:
parent
ca319ba8e5
commit
c90098132c
|
|
@ -9,9 +9,6 @@
|
|||
#include <google/protobuf/io/zero_copy_stream.h>
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "generatorcommon.h"
|
||||
#include "commontemplates.h"
|
||||
#include "grpctemplates.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include "descriptorprinterbase.h"
|
||||
#include "grpctemplates.h"
|
||||
#include <string>
|
||||
|
||||
namespace google::protobuf {
|
||||
class ServiceDescriptor;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "enumdeclarationprinter.h"
|
||||
#include "utils.h"
|
||||
#include "generatorcommon.h"
|
||||
|
||||
using namespace ::QtProtobuf;
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include "enumdefinitionprinter.h"
|
||||
|
||||
#include "options.h"
|
||||
|
||||
using namespace ::QtProtobuf;
|
||||
using namespace ::qtprotoccommon;
|
||||
using namespace ::google::protobuf;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <google/protobuf/descriptor.h>
|
||||
#include "utils.h"
|
||||
#include "options.h"
|
||||
#include "commontemplates.h"
|
||||
#include "generatorcommon.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,11 +12,7 @@
|
|||
#include "utils.h"
|
||||
#include "options.h"
|
||||
|
||||
#include "qtprotocdefs.h"
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <numeric>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
#endif
|
||||
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
#include <string_view>
|
||||
|
||||
using namespace ::google::protobuf;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include "utils.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <string_view>
|
||||
|
||||
#include <cctype>
|
||||
|
|
|
|||
Loading…
Reference in New Issue