Skip to content

Commit aeca183

Browse files
Gowntafacebook-github-bot
authored andcommitted
facebook-unused-include-check in fbcode/gloo
Summary: Remove headers flagged by facebook-unused-include-check over fbcode.gloo. + 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: uig Autodiff partition: fbcode.gloo Autodiff bookmark: ad.uig.fbcode.gloo Reviewed By: dtolnay Differential Revision: D65959614 fbshipit-source-id: 67981faea001b8c50fc1ac4f16ef84558d12fa29
1 parent 43b7acb commit aeca183

File tree

10 files changed

+0
-18
lines changed

10 files changed

+0
-18
lines changed

gloo/cuda_broadcast_one_to_all.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "gloo/cuda_broadcast_one_to_all.h"
1010

1111
#include "gloo/cuda_collectives_device.h"
12-
#include "gloo/cuda_collectives_host.h"
1312
#include "gloo/cuda_private.h"
1413

1514
namespace gloo {

gloo/rendezvous/store.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include "gloo/rendezvous/store.h"
10-
119
namespace gloo {
1210
namespace rendezvous {} // namespace rendezvous
1311
} // namespace gloo

gloo/test/buffer_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include <functional>
1010
#include <thread>
11-
#include <vector>
1211

1312
#include "gloo/test/base_test.h"
1413

gloo/transport/ibverbs/buffer.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include <errno.h>
1212
#include <string.h>
13-
#include <sys/types.h>
1413
#include <unistd.h>
1514

1615
#include <iostream>

gloo/transport/ibverbs/device.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <string.h>
1414

1515
#include <algorithm>
16-
#include <array>
1716

1817
#include "gloo/common/error.h"
1918
#include "gloo/common/linux.h"

gloo/transport/tcp/buffer.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include "gloo/transport/tcp/buffer.h"
1010

1111
#include <string.h>
12-
#include <sys/syscall.h>
13-
#include <sys/types.h>
1412
#include <unistd.h>
1513

1614
#include <iostream>

gloo/transport/tcp/listener.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
#include <gloo/transport/tcp/listener.h>
1010

11-
#include <netinet/in.h>
1211
#include <netinet/tcp.h>
1312
#include <string.h>
14-
#include <unistd.h>
1513

1614
#include <gloo/common/common.h>
1715
#include <gloo/common/logging.h>

gloo/transport/tcp/pair.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414

1515
#include <errno.h>
1616
#include <fcntl.h>
17-
#include <netdb.h>
18-
#include <netinet/in.h>
19-
#include <netinet/tcp.h>
2017
#include <signal.h>
2118
#include <stdlib.h>
2219
#include <string.h>
2320
#include <sys/epoll.h>
2421
#include <sys/socket.h>
25-
#include <sys/types.h>
2622
#include <unistd.h>
2723

2824
#include "gloo/common/error.h"

gloo/transport/tcp/unbound_buffer.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include "gloo/transport/tcp/unbound_buffer.h"
1010

11-
#include <stdexcept>
12-
1311
#include "gloo/common/error.h"
1412
#include "gloo/common/logging.h"
1513
#include "gloo/transport/tcp/context.h"

gloo/transport/uv/unbound_buffer.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include <gloo/transport/uv/unbound_buffer.h>
1010

11-
#include <stdexcept>
12-
1311
#include <gloo/common/error.h>
1412
#include <gloo/common/logging.h>
1513
#include <gloo/transport/uv/context.h>

0 commit comments

Comments
 (0)