Skip to content

Commit b2f1d7d

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/thrift/test
Reviewed By: dtolnay Differential Revision: D79159139 fbshipit-source-id: 04c4681b090724ee7a4380764f28866f42e99182
1 parent ba2322e commit b2f1d7d

8 files changed

Lines changed: 0 additions & 9 deletions

File tree

third-party/thrift/src/thrift/test/FieldInterceptorTest.cpp

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

1717
#include <gtest/gtest.h>
1818
#include <thrift/lib/cpp2/protocol/CompactProtocol.h>
19-
#include <thrift/lib/cpp2/protocol/Serializer.h>
2019
#include <thrift/test/FieldInterceptorTest.h>
2120
#include <thrift/test/gen-cpp2/field_interceptor_types.h>
2221

third-party/thrift/src/thrift/test/ReservedIdTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <set>
2020

2121
#include <gtest/gtest.h>
22-
#include <folly/CppAttributes.h>
2322
#include <thrift/compiler/ast/t_field.h>
2423
#include <thrift/lib/cpp2/protocol/detail/ReservedId.h>
2524

third-party/thrift/src/thrift/test/SplitsTest.cpp

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

1717
#include <thrift/test/gen-cpp2/Service1.h>
18-
#include <thrift/test/gen-cpp2/Service2.h>
1918
#include <thrift/test/gen-cpp2/SplitsTest_types.h>
2019

2120
#include <gtest/gtest.h>

third-party/thrift/src/thrift/test/TransportTest.cpp

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

1717
#include <csignal>
1818
#include <cstdlib>
19-
#include <ctime>
2019
#include <functional>
2120
#include <random>
2221

2322
#include <folly/Conv.h>
2423
#include <folly/Format.h>
2524
#include <folly/portability/Unistd.h>
26-
#include <folly/testing/TestUtil.h>
2725

2826
#include <thrift/lib/cpp/transport/TBufferTransports.h>
2927
#include <thrift/lib/cpp/transport/TFDTransport.h>

third-party/thrift/src/thrift/test/UnionFieldRefBenchmark.cpp

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

1717
#include <glog/logging.h>
1818
#include <folly/Benchmark.h>
19-
#include <folly/Portability.h>
2019
#include <folly/init/Init.h>
2120
#include <thrift/test/gen-cpp2/UnionFieldRef_types.h>
2221

third-party/thrift/src/thrift/test/reflection/fatal_merge_test.cpp

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

1919
#include <thrift/lib/cpp2/debug_thrift_data_difference/debug.h>
20-
#include <thrift/lib/cpp2/debug_thrift_data_difference/diff.h>
2120
#include <thrift/lib/cpp2/reflection/merge.h>
2221
#include <thrift/test/reflection/gen-cpp2/fatal_merge_constants.h>
2322
#include <thrift/test/reflection/gen-cpp2/fatal_merge_fatal_types.h>

third-party/thrift/src/thrift/test/reflection/visitation_visit_union_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <thrift/lib/thrift/gen-cpp2/metadata_visit_by_thrift_field_metadata.h>
2121
#include <thrift/lib/thrift/gen-cpp2/metadata_visit_union.h>
2222
#include <thrift/test/gen-cpp2/UnionFieldRef_for_each_field.h>
23-
#include <thrift/test/gen-cpp2/UnionFieldRef_visit_by_thrift_field_metadata.h>
2423
#include <thrift/test/gen-cpp2/UnionFieldRef_visit_union.h>
2524

2625
namespace apache::thrift::test {

third-party/thrift/src/thrift/test/tablebased/SerializerTest.cpp

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

1919
#include <gtest/gtest.h>
2020
#include <folly/io/IOBuf.h>
21-
#include <folly/json.h>
2221
#include <folly/test/JsonTestUtil.h>
2322
#include <thrift/lib/cpp2/protocol/DebugProtocol.h>
2423
#include <thrift/lib/cpp2/protocol/TableBasedSerializerImpl.h>

0 commit comments

Comments
 (0)