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:
Alexey Edelev 2024-07-21 13:17:05 +02:00
parent ca319ba8e5
commit c90098132c
8 changed files with 0 additions and 14 deletions

View File

@ -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"

View File

@ -7,7 +7,6 @@
#include "descriptorprinterbase.h"
#include "grpctemplates.h"
#include <string>
namespace google::protobuf {
class ServiceDescriptor;

View File

@ -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;

View File

@ -4,8 +4,6 @@
#include "enumdefinitionprinter.h"
#include "options.h"
using namespace ::QtProtobuf;
using namespace ::qtprotoccommon;
using namespace ::google::protobuf;

View File

@ -6,7 +6,6 @@
#include <google/protobuf/descriptor.h>
#include "utils.h"
#include "options.h"
#include "commontemplates.h"
#include "generatorcommon.h"

View File

@ -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>

View File

@ -14,7 +14,6 @@
#endif
#include <cassert>
#include <algorithm>
#include <string_view>
using namespace ::google::protobuf;

View File

@ -4,7 +4,6 @@
#include "utils.h"
#include <sstream>
#include <string_view>
#include <cctype>