Skip to content

Commit 057979e

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/thrift/conformance/cpp2
Differential Revision: D77783493 fbshipit-source-id: e83b13bb79f02cd2f2ae0cb00fe4f0b7a47ca7fb
1 parent f707aa4 commit 057979e

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

third-party/thrift/src/thrift/conformance/cpp2/Any.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
#include <thrift/conformance/cpp2/Any.h>
1818

19-
#include <fmt/core.h>
20-
#include <folly/lang/Exception.h>
2119
#include <thrift/lib/cpp2/type/UniversalName.h>
2220

2321
namespace apache::thrift::conformance {

third-party/thrift/src/thrift/conformance/cpp2/AnyRegistry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include <glog/logging.h>
2020

21-
#include <folly/CppAttributes.h>
2221
#include <folly/Demangle.h>
2322
#include <folly/Singleton.h>
2423
#include <folly/String.h>

third-party/thrift/src/thrift/conformance/cpp2/ConformanceHandler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <thrift/conformance/cpp2/ConformanceHandler.h>
2222
#include <thrift/conformance/cpp2/Protocol.h>
2323
#include <thrift/lib/cpp2/patch/DynamicPatch.h>
24-
#include <thrift/lib/cpp2/protocol/Patch.h>
2524

2625
namespace apache::thrift::conformance {
2726

third-party/thrift/src/thrift/conformance/cpp2/Protocol.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#include <thrift/conformance/cpp2/Protocol.h>
1818

19-
#include <folly/lang/Exception.h>
2019
#include <thrift/lib/cpp2/type/UniversalName.h>
2120

2221
namespace apache::thrift::conformance {

third-party/thrift/src/thrift/conformance/cpp2/RPCClient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
#include <thrift/conformance/if/gen-cpp2/RPCConformanceService.h>
2828
#include <thrift/conformance/if/gen-cpp2/rpc_types.h>
29-
#include <thrift/lib/cpp/transport/TTransport.h>
3029
#include <thrift/lib/cpp2/async/PooledRequestChannel.h>
3130
#include <thrift/lib/cpp2/async/RocketClientChannel.h>
3231

third-party/thrift/src/thrift/conformance/cpp2/ThriftTypeInfoTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <thrift/conformance/cpp2/ThriftTypeInfo.h>
1818

1919
#include <gtest/gtest.h>
20-
#include <thrift/conformance/cpp2/Protocol.h>
2120
#include <thrift/conformance/cpp2/Testing.h>
2221

2322
namespace apache::thrift::conformance {

0 commit comments

Comments
 (0)