Skip to content

Commit d0293d6

Browse files
CodemodService Botfacebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/gloo (#451)
Summary: Pull Request resolved: #451 Reviewed By: dtolnay Differential Revision: D75938384
1 parent c37d821 commit d0293d6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

gloo/context.cc

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

99
#include "gloo/context.h"
1010

11-
#include "gloo/common/error.h"
1211
#include "gloo/common/logging.h"
1312
#include "gloo/transport/device.h"
1413
#include "gloo/transport/unbound_buffer.h"

gloo/cuda_allreduce_bcube.cc

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

1515
#include <sstream>
1616
#ifndef _WIN32
17-
#include <unistd.h>
1817
#endif
1918

2019
#ifdef DEBUG

gloo/cuda_allreduce_ring_chunked.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "gloo/cuda_allreduce_ring_chunked.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 {

0 commit comments

Comments
 (0)