Skip to content

Commit

Permalink
Fix includes] fbcode/folly/io/async
Browse files Browse the repository at this point in the history
Reviewed By: yfeldblum

Differential Revision: D56872850

fbshipit-source-id: f5143e920bb5d7cefc7f9900d74976a1fda7eeb4
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed May 11, 2024
1 parent d1e601c commit a53ef85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions folly/io/async/AsyncSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
#include <sys/types.h>

#include <cerrno>
#include <climits>
#include <sstream>
#include <thread>

#include <boost/preprocessor/control/if.hpp>

#include <folly/Exception.h>
#include <folly/ExceptionWrapper.h>
#include <folly/Format.h>
#include <folly/Portability.h>
#include <folly/SocketAddress.h>
Expand Down
5 changes: 0 additions & 5 deletions folly/io/async/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ cpp_library(
headers = ["AsyncSocket.h"],
deps = [
"//folly:exception",
"//folly:exception_wrapper",
"//folly:format",
"//folly:portability",
"//folly:string",
Expand Down Expand Up @@ -175,9 +174,6 @@ cpp_library(
"//folly/net:tcpinfo_dispatcher",
"//folly/portability:sockets",
],
external_deps = [
("boost", None, "boost_preprocessor"),
],
)

cpp_library(
Expand Down Expand Up @@ -380,7 +376,6 @@ cpp_library(
headers = ["Request.h"],
deps = [
"//folly:glog",
"//folly:map_util",
"//folly/experimental:single_writer_fixed_hash_map",
"//folly/tracing:static_tracepoint",
],
Expand Down
2 changes: 0 additions & 2 deletions folly/io/async/Request.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
#include <folly/io/async/Request.h>

#include <folly/GLog.h>
#include <folly/MapUtil.h>
#include <folly/experimental/SingleWriterFixedHashMap.h>
#include <folly/synchronization/Hazptr.h>
#include <folly/tracing/StaticTracepoint.h>

namespace folly {
Expand Down

0 comments on commit a53ef85

Please sign in to comment.