From 98f067de1606dc6f5052178497b5247fab2de0c6 Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Fri, 22 Nov 2024 11:41:15 -0800 Subject: [PATCH] facebook-unused-include-check in fbcode/fbpcs/emp_games Summary: Remove headers flagged by facebook-unused-include-check over fbcode.fbpcs.emp_games. + format and autodeps This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: uif Autodiff partition: fbcode.fbpcs.emp_games Autodiff bookmark: ad.uif.fbcode.fbpcs.emp_games Reviewed By: mdas7 Differential Revision: D65957899 --- .../emp_games/attribution/decoupled_aggregation/Aggregator.cpp | 1 - .../attribution/decoupled_aggregation/test/MainUtilTest.cpp | 1 - .../decoupled_attribution/test/AttributionAppTest.cpp | 1 - .../attribution/decoupled_attribution/test/MainUtilTest.cpp | 1 - .../emp_games/attribution/shard_aggregator/AggMetricsTest.cpp | 1 - .../attribution/shard_aggregator/ShardAggregatorGameTest.cpp | 2 -- .../attribution/shard_aggregator/ShardAggregatorValidation.cpp | 2 -- fbpcs/emp_games/attribution/shard_aggregator/main.cpp | 2 -- fbpcs/emp_games/common/Crypto.cpp | 3 --- fbpcs/emp_games/common/Csv.cpp | 1 - fbpcs/emp_games/common/test/CryptoTest.cpp | 2 -- fbpcs/emp_games/compactor/main.cpp | 1 - .../unified_data_process/UdpEncryptor/UdpEncryptorApp.cpp | 1 - .../data_processing/unified_data_process/UdpEncryptor/main.cpp | 1 - .../UdpEncryptor/test/UdpEncryptorAppTest.cpp | 2 -- .../UdpEncryptor/test/UdpEncryptorTest.cpp | 1 - fbpcs/emp_games/dotproduct/test/DotproductGameTest.cpp | 1 - fbpcs/emp_games/he_aggregation/AggregationInputMetrics.cpp | 1 - fbpcs/emp_games/he_aggregation/HEAggGame.cpp | 2 -- fbpcs/emp_games/he_aggregation/test/HEAggGameTest.cpp | 1 - fbpcs/emp_games/lift/calculator/test/CalculatorGameTest.cpp | 1 - fbpcs/emp_games/lift/calculator/test/common/LiftCalculator.cpp | 2 -- fbpcs/emp_games/lift/common/LiftMetrics.cpp | 1 - .../input_processing/test/LiftMetaDataSerializerTest.cpp | 1 - .../emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp | 1 - .../test/common/common_test/LiftCalculatorLocalTest.cpp | 1 - fbpcs/emp_games/pcf2_aggregation/AggregationMetrics.cpp | 3 --- fbpcs/emp_games/pcf2_aggregation/test/AggregationAppTest.cpp | 1 - fbpcs/emp_games/pcf2_attribution/AttributionMetrics.cpp | 1 - fbpcs/emp_games/pcf2_attribution/test/AttributionAppTest.cpp | 1 - fbpcs/emp_games/pcf2_attribution/test/AttributionGameTest.cpp | 2 -- fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerAppTest.cpp | 1 - fbpcs/emp_games/pcf2_shard_combiner/main.cpp | 1 - fbpcs/emp_games/private_id_dfca_aggregator/main.cpp | 3 --- .../test/PrivateIdDfcaAggregatorTest.cpp | 2 -- 35 files changed, 50 deletions(-) diff --git a/fbpcs/emp_games/attribution/decoupled_aggregation/Aggregator.cpp b/fbpcs/emp_games/attribution/decoupled_aggregation/Aggregator.cpp index a4745e890..6f02215ad 100644 --- a/fbpcs/emp_games/attribution/decoupled_aggregation/Aggregator.cpp +++ b/fbpcs/emp_games/attribution/decoupled_aggregation/Aggregator.cpp @@ -14,7 +14,6 @@ #include "folly/dynamic.h" #include "fbpcs/emp_games/common/EmpOperationUtil.h" -#include "fbpcs/emp_games/common/PrivateData.h" #include "fbpcs/emp_games/common/SecretSharing.h" #include "fbpcs/emp_games/attribution/decoupled_aggregation/Aggregator.h" diff --git a/fbpcs/emp_games/attribution/decoupled_aggregation/test/MainUtilTest.cpp b/fbpcs/emp_games/attribution/decoupled_aggregation/test/MainUtilTest.cpp index 54f86ba79..2bb613e02 100644 --- a/fbpcs/emp_games/attribution/decoupled_aggregation/test/MainUtilTest.cpp +++ b/fbpcs/emp_games/attribution/decoupled_aggregation/test/MainUtilTest.cpp @@ -10,7 +10,6 @@ #include #include -#include "folly/logging/xlog.h" #include "fbpcs/emp_games/attribution/decoupled_aggregation/MainUtil.h" diff --git a/fbpcs/emp_games/attribution/decoupled_attribution/test/AttributionAppTest.cpp b/fbpcs/emp_games/attribution/decoupled_attribution/test/AttributionAppTest.cpp index 0cf34487f..34c98af5f 100644 --- a/fbpcs/emp_games/attribution/decoupled_attribution/test/AttributionAppTest.cpp +++ b/fbpcs/emp_games/attribution/decoupled_attribution/test/AttributionAppTest.cpp @@ -16,7 +16,6 @@ #include #include "folly/Format.h" #include "folly/Random.h" -#include "folly/logging/xlog.h" #include "fbpcs/emp_games/attribution/decoupled_attribution/test/AttributionTestUtils.h" #include "fbpcs/emp_games/common/TestUtil.h" diff --git a/fbpcs/emp_games/attribution/decoupled_attribution/test/MainUtilTest.cpp b/fbpcs/emp_games/attribution/decoupled_attribution/test/MainUtilTest.cpp index ae8e028ce..14c12250c 100644 --- a/fbpcs/emp_games/attribution/decoupled_attribution/test/MainUtilTest.cpp +++ b/fbpcs/emp_games/attribution/decoupled_attribution/test/MainUtilTest.cpp @@ -10,7 +10,6 @@ #include #include -#include "folly/logging/xlog.h" #include "fbpcs/emp_games/attribution/decoupled_attribution/MainUtil.h" diff --git a/fbpcs/emp_games/attribution/shard_aggregator/AggMetricsTest.cpp b/fbpcs/emp_games/attribution/shard_aggregator/AggMetricsTest.cpp index 24f3621f8..768cd8ada 100644 --- a/fbpcs/emp_games/attribution/shard_aggregator/AggMetricsTest.cpp +++ b/fbpcs/emp_games/attribution/shard_aggregator/AggMetricsTest.cpp @@ -16,7 +16,6 @@ #include #include #include -#include #include #include diff --git a/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorGameTest.cpp b/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorGameTest.cpp index f9ff0f01c..32e2a52ad 100644 --- a/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorGameTest.cpp +++ b/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorGameTest.cpp @@ -15,7 +15,6 @@ #include #include #include -#include #include #include @@ -23,7 +22,6 @@ #include #include #include "../../common/TestUtil.h" -#include "ShardAggregatorGame.h" #include "fbpcs/emp_games/attribution/shard_aggregator/AggMetricsThresholdCheckers.h" namespace measurement::private_attribution { diff --git a/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorValidation.cpp b/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorValidation.cpp index b3667e122..93ca41157 100644 --- a/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorValidation.cpp +++ b/fbpcs/emp_games/attribution/shard_aggregator/ShardAggregatorValidation.cpp @@ -7,12 +7,10 @@ #include "ShardAggregatorValidation.h" -#include #include #include #include -#include #include #include "AggMetrics.h" diff --git a/fbpcs/emp_games/attribution/shard_aggregator/main.cpp b/fbpcs/emp_games/attribution/shard_aggregator/main.cpp index 31e312222..7af95420f 100644 --- a/fbpcs/emp_games/attribution/shard_aggregator/main.cpp +++ b/fbpcs/emp_games/attribution/shard_aggregator/main.cpp @@ -6,7 +6,6 @@ */ #include -#include #include @@ -17,7 +16,6 @@ #include #include #include -#include "MainUtil.h" #include "ShardAggregatorApp.h" DEFINE_int32(party, 1, "1 = publisher, 2 = partner"); diff --git a/fbpcs/emp_games/common/Crypto.cpp b/fbpcs/emp_games/common/Crypto.cpp index cfdff9d8f..0d65f8ec9 100644 --- a/fbpcs/emp_games/common/Crypto.cpp +++ b/fbpcs/emp_games/common/Crypto.cpp @@ -7,10 +7,7 @@ #include "fbpcs/emp_games/common/Crypto.h" -#include -#include #include -#include namespace private_measurement::crypto { diff --git a/fbpcs/emp_games/common/Csv.cpp b/fbpcs/emp_games/common/Csv.cpp index 5af087318..63052c288 100644 --- a/fbpcs/emp_games/common/Csv.cpp +++ b/fbpcs/emp_games/common/Csv.cpp @@ -15,7 +15,6 @@ #include "fbpcf/io/api/FileReader.h" #include "fbpcf/io/api/FileWriter.h" -#include "Constants.h" #include "Csv.h" namespace private_measurement::csv { diff --git a/fbpcs/emp_games/common/test/CryptoTest.cpp b/fbpcs/emp_games/common/test/CryptoTest.cpp index fa878729b..42e4442ce 100644 --- a/fbpcs/emp_games/common/test/CryptoTest.cpp +++ b/fbpcs/emp_games/common/test/CryptoTest.cpp @@ -12,10 +12,8 @@ #include #include #include -#include #include -#include #include #include diff --git a/fbpcs/emp_games/compactor/main.cpp b/fbpcs/emp_games/compactor/main.cpp index ffa9fe50c..8feedde95 100644 --- a/fbpcs/emp_games/compactor/main.cpp +++ b/fbpcs/emp_games/compactor/main.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include diff --git a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/UdpEncryptorApp.cpp b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/UdpEncryptorApp.cpp index 009a30ff0..bb83cb9b0 100644 --- a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/UdpEncryptorApp.cpp +++ b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/UdpEncryptorApp.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include diff --git a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/main.cpp b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/main.cpp index ad66a11ff..2b29a4785 100644 --- a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/main.cpp +++ b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/main.cpp @@ -15,7 +15,6 @@ #include "fbpcf/engine/communication/SocketPartyCommunicationAgentFactory.h" #include "fbpcs/emp_games/common/FeatureFlagUtil.h" #include "fbpcs/performance_tools/CostEstimation.h" -#include "folly/String.h" #include "folly/init/Init.h" #include "folly/logging/xlog.h" diff --git a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorAppTest.cpp b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorAppTest.cpp index 58620cbf9..aa2662cd5 100644 --- a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorAppTest.cpp +++ b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorAppTest.cpp @@ -24,8 +24,6 @@ #include "fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/UdpEncryptor.h" #include "fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/UdpEncryptorApp.h" #include "fbpcs/emp_games/data_processing/unified_data_process/UdpProcessApp.h" -#include "fbpcs/emp_games/data_processing/unified_data_process/UdpProcessGameFactory.h" -#include "fbpcs/performance_tools/CostEstimation.h" #include "folly/Format.h" #include "folly/Random.h" diff --git a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorTest.cpp b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorTest.cpp index cc5e86e97..00d8cc65c 100644 --- a/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorTest.cpp +++ b/fbpcs/emp_games/data_processing/unified_data_process/UdpEncryptor/test/UdpEncryptorTest.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include "folly/Random.h" using namespace ::testing; diff --git a/fbpcs/emp_games/dotproduct/test/DotproductGameTest.cpp b/fbpcs/emp_games/dotproduct/test/DotproductGameTest.cpp index b09d1eb16..359787012 100644 --- a/fbpcs/emp_games/dotproduct/test/DotproductGameTest.cpp +++ b/fbpcs/emp_games/dotproduct/test/DotproductGameTest.cpp @@ -15,7 +15,6 @@ #include "folly/logging/xlog.h" #include "fbpcf/engine/communication/SocketPartyCommunicationAgentFactory.h" -#include "fbpcf/engine/communication/test/SocketInTestHelper.h" #include "fbpcf/engine/communication/test/TlsCommunicationUtils.h" #include "fbpcf/scheduler/SchedulerHelper.h" #include "fbpcf/test/TestHelper.h" diff --git a/fbpcs/emp_games/he_aggregation/AggregationInputMetrics.cpp b/fbpcs/emp_games/he_aggregation/AggregationInputMetrics.cpp index 276871cd7..e9ba7328a 100644 --- a/fbpcs/emp_games/he_aggregation/AggregationInputMetrics.cpp +++ b/fbpcs/emp_games/he_aggregation/AggregationInputMetrics.cpp @@ -14,7 +14,6 @@ #include #include -#include #include #include diff --git a/fbpcs/emp_games/he_aggregation/HEAggGame.cpp b/fbpcs/emp_games/he_aggregation/HEAggGame.cpp index 3bcb8d9ff..3545c855d 100644 --- a/fbpcs/emp_games/he_aggregation/HEAggGame.cpp +++ b/fbpcs/emp_games/he_aggregation/HEAggGame.cpp @@ -11,8 +11,6 @@ #include "fbpcf/mpc_std_lib/oram/DifferenceCalculatorFactory.h" #include "fbpcf/mpc_std_lib/oram/LinearOramFactory.h" #include "fbpcf/mpc_std_lib/oram/ObliviousDeltaCalculatorFactory.h" -#include "fbpcf/mpc_std_lib/oram/SinglePointArrayGeneratorFactory.h" -#include "fbpcf/mpc_std_lib/oram/WriteOnlyOramFactory.h" #include "fbpcs/emp_games/he_aggregation/AttributionAdditiveSSResult.h" #include "fbpcs/emp_games/he_aggregation/HEAggOptions.h" diff --git a/fbpcs/emp_games/he_aggregation/test/HEAggGameTest.cpp b/fbpcs/emp_games/he_aggregation/test/HEAggGameTest.cpp index 41614a52e..e2f9c9838 100644 --- a/fbpcs/emp_games/he_aggregation/test/HEAggGameTest.cpp +++ b/fbpcs/emp_games/he_aggregation/test/HEAggGameTest.cpp @@ -21,7 +21,6 @@ #include "fbpcf/engine/communication/InMemoryPartyCommunicationAgentFactory.h" #include "fbpcf/engine/communication/test/AgentFactoryCreationHelper.h" #include "fbpcf/scheduler/PlaintextScheduler.h" -#include "fbpcf/scheduler/SchedulerHelper.h" #include "fbpcf/test/TestHelper.h" #include "fbpcs/emp_games/common/TestUtil.h" #include "fbpcs/emp_games/he_aggregation/AggregationInputMetrics.h" diff --git a/fbpcs/emp_games/lift/calculator/test/CalculatorGameTest.cpp b/fbpcs/emp_games/lift/calculator/test/CalculatorGameTest.cpp index e2c94242f..0ffeda13e 100644 --- a/fbpcs/emp_games/lift/calculator/test/CalculatorGameTest.cpp +++ b/fbpcs/emp_games/lift/calculator/test/CalculatorGameTest.cpp @@ -23,7 +23,6 @@ #include "../CalculatorGame.h" #include "../CalculatorGameConfig.h" #include "../InputData.h" -#include "../OutputMetrics.h" #include "common/GenFakeData.h" #include "common/LiftCalculator.h" diff --git a/fbpcs/emp_games/lift/calculator/test/common/LiftCalculator.cpp b/fbpcs/emp_games/lift/calculator/test/common/LiftCalculator.cpp index f0d82ab61..2da3c6d89 100644 --- a/fbpcs/emp_games/lift/calculator/test/common/LiftCalculator.cpp +++ b/fbpcs/emp_games/lift/calculator/test/common/LiftCalculator.cpp @@ -6,10 +6,8 @@ */ #include "LiftCalculator.h" -#include #include #include -#include #include #include #include diff --git a/fbpcs/emp_games/lift/common/LiftMetrics.cpp b/fbpcs/emp_games/lift/common/LiftMetrics.cpp index 3bf079662..0df797d35 100644 --- a/fbpcs/emp_games/lift/common/LiftMetrics.cpp +++ b/fbpcs/emp_games/lift/common/LiftMetrics.cpp @@ -14,7 +14,6 @@ #include "folly/json.h" #include -#include namespace private_lift { bool LiftMetrics::operator==(const LiftMetrics& other) const noexcept { diff --git a/fbpcs/emp_games/lift/pcf2_calculator/input_processing/test/LiftMetaDataSerializerTest.cpp b/fbpcs/emp_games/lift/pcf2_calculator/input_processing/test/LiftMetaDataSerializerTest.cpp index 60fddfb01..3d44a19f7 100644 --- a/fbpcs/emp_games/lift/pcf2_calculator/input_processing/test/LiftMetaDataSerializerTest.cpp +++ b/fbpcs/emp_games/lift/pcf2_calculator/input_processing/test/LiftMetaDataSerializerTest.cpp @@ -14,7 +14,6 @@ #include "fbpcs/emp_games/common/Util.h" #include "fbpcs/emp_games/lift/pcf2_calculator/input_processing/serialization/LiftMetaDataSerializer.h" -#include "fbpcs/emp_games/lift/pcf2_calculator/input_processing/test/TestUtil.h" #include "fbpcs/emp_games/lift/pcf2_calculator/sample_input/SampleInput.h" using namespace ::testing; diff --git a/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp b/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp index d64f65fa7..0bf721c61 100644 --- a/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp +++ b/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp @@ -18,7 +18,6 @@ #include #include "fbpcf/engine/communication/SocketPartyCommunicationAgentFactory.h" #include "fbpcf/engine/communication/test/AgentFactoryCreationHelper.h" -#include "fbpcf/engine/communication/test/SocketInTestHelper.h" #include "fbpcf/engine/communication/test/TlsCommunicationUtils.h" #include "fbpcs/emp_games/common/Csv.h" #include "fbpcs/emp_games/common/test/TestUtils.h" diff --git a/fbpcs/emp_games/lift/pcf2_calculator/test/common/common_test/LiftCalculatorLocalTest.cpp b/fbpcs/emp_games/lift/pcf2_calculator/test/common/common_test/LiftCalculatorLocalTest.cpp index 840a665b4..ed0a64d97 100644 --- a/fbpcs/emp_games/lift/pcf2_calculator/test/common/common_test/LiftCalculatorLocalTest.cpp +++ b/fbpcs/emp_games/lift/pcf2_calculator/test/common/common_test/LiftCalculatorLocalTest.cpp @@ -19,7 +19,6 @@ #include #include -#include #include "fbpcs/emp_games/common/TestUtil.h" #include "fbpcs/emp_games/lift/pcf2_calculator/test/common/LiftCalculator.h" diff --git a/fbpcs/emp_games/pcf2_aggregation/AggregationMetrics.cpp b/fbpcs/emp_games/pcf2_aggregation/AggregationMetrics.cpp index 5b3399a10..fb87363c8 100644 --- a/fbpcs/emp_games/pcf2_aggregation/AggregationMetrics.cpp +++ b/fbpcs/emp_games/pcf2_aggregation/AggregationMetrics.cpp @@ -14,7 +14,6 @@ #include #include -#include #include #include @@ -26,9 +25,7 @@ #include "fbpcs/emp_games/common/Constants.h" #include "fbpcs/emp_games/common/Util.h" #include "fbpcs/emp_games/pcf2_aggregation/AggregationMetrics.h" -#include "fbpcs/emp_games/pcf2_aggregation/AggregationOptions.h" #include "fbpcs/emp_games/pcf2_aggregation/AttributionResult.h" -#include "fbpcs/emp_games/pcf2_aggregation/Constants.h" #include "fbpcs/emp_games/pcf2_aggregation/ConversionMetadata.h" #include "fbpcs/emp_games/pcf2_aggregation/TouchpointMetadata.h" diff --git a/fbpcs/emp_games/pcf2_aggregation/test/AggregationAppTest.cpp b/fbpcs/emp_games/pcf2_aggregation/test/AggregationAppTest.cpp index 3f81fdcaf..2f9394319 100644 --- a/fbpcs/emp_games/pcf2_aggregation/test/AggregationAppTest.cpp +++ b/fbpcs/emp_games/pcf2_aggregation/test/AggregationAppTest.cpp @@ -18,7 +18,6 @@ #include #include "fbpcf/engine/communication/SocketPartyCommunicationAgentFactory.h" #include "fbpcf/engine/communication/test/AgentFactoryCreationHelper.h" -#include "fbpcf/engine/communication/test/SocketInTestHelper.h" #include "fbpcf/engine/communication/test/TlsCommunicationUtils.h" #include "fbpcf/util/MetricCollector.h" #include "fbpcs/emp_games/common/Constants.h" diff --git a/fbpcs/emp_games/pcf2_attribution/AttributionMetrics.cpp b/fbpcs/emp_games/pcf2_attribution/AttributionMetrics.cpp index 4a9d9137f..1bb5b8beb 100644 --- a/fbpcs/emp_games/pcf2_attribution/AttributionMetrics.cpp +++ b/fbpcs/emp_games/pcf2_attribution/AttributionMetrics.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include "fbpcs/emp_games/common/Constants.h" diff --git a/fbpcs/emp_games/pcf2_attribution/test/AttributionAppTest.cpp b/fbpcs/emp_games/pcf2_attribution/test/AttributionAppTest.cpp index 88401ba53..a1bfdab59 100644 --- a/fbpcs/emp_games/pcf2_attribution/test/AttributionAppTest.cpp +++ b/fbpcs/emp_games/pcf2_attribution/test/AttributionAppTest.cpp @@ -17,7 +17,6 @@ #include #include "fbpcf/engine/communication/SocketPartyCommunicationAgentFactory.h" #include "fbpcf/engine/communication/test/AgentFactoryCreationHelper.h" -#include "fbpcf/engine/communication/test/SocketInTestHelper.h" #include "fbpcf/engine/communication/test/TlsCommunicationUtils.h" #include "fbpcs/emp_games/common/Constants.h" #include "fbpcs/emp_games/common/TestUtil.h" diff --git a/fbpcs/emp_games/pcf2_attribution/test/AttributionGameTest.cpp b/fbpcs/emp_games/pcf2_attribution/test/AttributionGameTest.cpp index 3744cd885..f415a3714 100644 --- a/fbpcs/emp_games/pcf2_attribution/test/AttributionGameTest.cpp +++ b/fbpcs/emp_games/pcf2_attribution/test/AttributionGameTest.cpp @@ -10,10 +10,8 @@ #include #include "folly/dynamic.h" -#include "folly/json.h" #include "folly/logging/Init.h" #include "folly/logging/xlog.h" -#include "folly/test/JsonTestUtil.h" #include "fbpcf/engine/communication/InMemoryPartyCommunicationAgentFactory.h" #include "fbpcf/engine/communication/test/AgentFactoryCreationHelper.h" diff --git a/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerAppTest.cpp b/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerAppTest.cpp index eb54cb48e..703e7c9a2 100644 --- a/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerAppTest.cpp +++ b/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerAppTest.cpp @@ -18,7 +18,6 @@ #include #include -#include #include #include #include "fbpcf/engine/communication/test/AgentFactoryCreationHelper.h" diff --git a/fbpcs/emp_games/pcf2_shard_combiner/main.cpp b/fbpcs/emp_games/pcf2_shard_combiner/main.cpp index eae767648..cb30fdcf5 100644 --- a/fbpcs/emp_games/pcf2_shard_combiner/main.cpp +++ b/fbpcs/emp_games/pcf2_shard_combiner/main.cpp @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include diff --git a/fbpcs/emp_games/private_id_dfca_aggregator/main.cpp b/fbpcs/emp_games/private_id_dfca_aggregator/main.cpp index 671da97d4..f07998198 100644 --- a/fbpcs/emp_games/private_id_dfca_aggregator/main.cpp +++ b/fbpcs/emp_games/private_id_dfca_aggregator/main.cpp @@ -11,11 +11,8 @@ #include #include #include -#include #include #include -#include -#include #include #include "fbpcs/emp_games/common/Constants.h" diff --git a/fbpcs/emp_games/private_id_dfca_aggregator/test/PrivateIdDfcaAggregatorTest.cpp b/fbpcs/emp_games/private_id_dfca_aggregator/test/PrivateIdDfcaAggregatorTest.cpp index 471c14941..01a015b96 100644 --- a/fbpcs/emp_games/private_id_dfca_aggregator/test/PrivateIdDfcaAggregatorTest.cpp +++ b/fbpcs/emp_games/private_id_dfca_aggregator/test/PrivateIdDfcaAggregatorTest.cpp @@ -16,11 +16,9 @@ #include #include -#include #include #include -#include #include #include #include