Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facebook-unused-include-check in fbcode/fbpcs/data_processing/id_combiner #2419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fbpcs/data_processing/id_combiner/AddPaddingToCols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#include <iomanip>
#include <istream>
#include <ostream>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>

#include <boost/algorithm/string.hpp>
Expand Down
3 changes: 0 additions & 3 deletions fbpcs/data_processing/id_combiner/DataPreparationHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@

#include <folly/logging/xlog.h>
#include <cstdint>
#include <filesystem>
#include <iomanip>
#include <istream>
#include <ostream>
#include <sstream>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>

#include <re2/re2.h>
Expand Down
2 changes: 0 additions & 2 deletions fbpcs/data_processing/id_combiner/DataValidation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
#include <istream>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>

#include <boost/algorithm/string.hpp>
#include <folly/Conv.h>
#include <folly/String.h>
#include <folly/logging/xlog.h>
#include <re2/re2.h>

#include "DataPreparationHelpers.h"

Expand Down
2 changes: 0 additions & 2 deletions fbpcs/data_processing/id_combiner/GroupBy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include "GroupBy.h"

#include <filesystem>
#include <iomanip>
#include <istream>
#include <ostream>
#include <stdexcept>
Expand Down
2 changes: 0 additions & 2 deletions fbpcs/data_processing/id_combiner/IdInsert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
#include "IdInsert.h"
#include "DataPreparationHelpers.h"

#include <filesystem>
#include <fstream>
#include <iomanip>
#include <istream>
#include <ostream>
#include <sstream>
Expand Down
3 changes: 0 additions & 3 deletions fbpcs/data_processing/id_combiner/IdSwap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@

#include "IdSwap.h"
#include "DataPreparationHelpers.h"
#include "folly/Optional.h"

#include <filesystem>
#include <fstream>
#include <iomanip>
#include <istream>
#include <ostream>
#include <sstream>
Expand Down
3 changes: 0 additions & 3 deletions fbpcs/data_processing/id_combiner/IdSwapMultiKey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@

#include "IdSwapMultiKey.h"
#include "DataPreparationHelpers.h"
#include "folly/Optional.h"

#include <algorithm>
#include <cstdint>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <istream>
#include <numeric>
#include <ostream>
Expand Down
2 changes: 0 additions & 2 deletions fbpcs/data_processing/id_combiner/SortIds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include "SortIds.h"

#include <filesystem>
#include <iomanip>
#include <istream>
#include <ostream>
#include <stdexcept>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <gflags/gflags.h>
#include <gtest/gtest.h>

using namespace ::pid::combiner;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <fstream>

#include <folly/Conv.h>
#include <gflags/gflags.h>
#include <gtest/gtest.h>

using namespace ::pid::combiner;
Expand Down
4 changes: 0 additions & 4 deletions fbpcs/data_processing/id_combiner/test/GroupByTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@

#include "../GroupBy.h"

#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <gflags/gflags.h>
#include <gtest/gtest.h>

class GroupByTest : public testing::Test {
Expand Down
3 changes: 0 additions & 3 deletions fbpcs/data_processing/id_combiner/test/IdInsertTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@

#include "../IdInsert.h"

#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <gflags/gflags.h>
#include <gtest/gtest.h>

#include <folly/logging/xlog.h>
Expand Down
3 changes: 0 additions & 3 deletions fbpcs/data_processing/id_combiner/test/IdSwapMultiKeyTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@

#include "../IdSwapMultiKey.h"

#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <folly/Random.h>
#include <gflags/gflags.h>
#include <gtest/gtest.h>

#include <folly/logging/xlog.h>
Expand Down
3 changes: 0 additions & 3 deletions fbpcs/data_processing/id_combiner/test/IdSwapTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@

#include "../IdSwap.h"

#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <gflags/gflags.h>
#include <gtest/gtest.h>

#include <folly/logging/xlog.h>
Expand Down
4 changes: 0 additions & 4 deletions fbpcs/data_processing/id_combiner/test/SortIdsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@

#include "../SortIds.h"

#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <gflags/gflags.h>
#include <gtest/gtest.h>

class SortIdsTest : public testing::Test {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#include <chrono>
#include <cstdlib>
#include <filesystem>
#include <fstream>

#include <gflags/gflags.h>
#include <gtest/gtest.h>

using namespace ::pid::combiner;
Expand Down