Skip to content

Commit

Permalink
cut unused include of boost/optional.hpp
Browse files Browse the repository at this point in the history
Reviewed By: mingtaoy

Differential Revision: D58607069

fbshipit-source-id: 40ad59c42d272d19e3c99f20c2744c4fc77a52f7
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jun 14, 2024
1 parent 505ee68 commit b6cf30e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions wangle/acceptor/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ cpp_library(
"//wangle/ssl:ssl_util",
"//wangle/ssl:tls_ticket_key_seeds",
],
exported_external_deps = [
("boost", None, "boost_optional"),
],
)

cpp_library(
Expand Down
1 change: 0 additions & 1 deletion wangle/acceptor/ServerSocketConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <wangle/ssl/SSLUtil.h>
#include <wangle/ssl/TLSTicketKeySeeds.h>

#include <boost/optional.hpp>
#include <fcntl.h>
#include <folly/Random.h>
#include <folly/SocketAddress.h>
Expand Down

0 comments on commit b6cf30e

Please sign in to comment.