Skip to content

Commit

Permalink
trim unused includes of boost/algorithm/ in thrift/compiler/
Browse files Browse the repository at this point in the history
Reviewed By: thedavekwon

Differential Revision: D54919695

fbshipit-source-id: db083a24e2adadc3a3a7f724d27a433891e97895
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Mar 15, 2024
1 parent f4cc8f3 commit a20c5e1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion thrift/compiler/compiler.cc
Expand Up @@ -35,7 +35,6 @@
#include <fstream>
#include <set>

#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/filesystem.hpp>

Expand Down
1 change: 0 additions & 1 deletion thrift/compiler/gen/cpp/namespace_resolver.cc
Expand Up @@ -17,7 +17,6 @@
#include <thrift/compiler/gen/cpp/namespace_resolver.h>

#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>

namespace apache {
namespace thrift {
Expand Down
1 change: 0 additions & 1 deletion thrift/compiler/generate/t_py_generator.cc
Expand Up @@ -28,7 +28,6 @@
#include <unordered_set>
#include <vector>

#include <boost/algorithm/string/replace.hpp>
#include <boost/filesystem.hpp>

#include <thrift/compiler/ast/t_typedef.h>
Expand Down
5 changes: 1 addition & 4 deletions thrift/compiler/lib/cpp2/util.cc
Expand Up @@ -18,16 +18,13 @@
#include "thrift/compiler/ast/t_program.h"

#include <algorithm>
#include <functional>
#include <memory>
#include <queue>
#include <stdexcept>

#include <openssl/sha.h>

#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>

#include <fmt/core.h>

#include <thrift/compiler/ast/t_field.h>
Expand Down
2 changes: 0 additions & 2 deletions thrift/compiler/lib/java/util.h
Expand Up @@ -18,8 +18,6 @@

#include <sstream>
#include <string>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>

#include <thrift/compiler/ast/t_program.h>

Expand Down

0 comments on commit a20c5e1

Please sign in to comment.