Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tsl/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,6 @@ tsl_cc_test(
],
deps = [
":net",
":platform",
"@com_google_googletest//:gtest_main",
"@xla//xla/tsl/platform:logging",
"@xla//xla/tsl/platform:test",
Expand Down
7 changes: 3 additions & 4 deletions tsl/platform/net_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ limitations under the License.

#include "tsl/platform/net.h"

#include "xla/tsl/platform/logging.h"
#include "xla/tsl/platform/test.h"
#include "tsl/platform/platform.h"

#if !defined(PLATFORM_WINDOWS)
#include <errno.h>
#include <netinet/in.h>
Expand All @@ -27,6 +23,9 @@ limitations under the License.
#include <unistd.h>
#endif // PLATFORM_WINDOWS

#include "xla/tsl/platform/logging.h"
#include "xla/tsl/platform/test.h"

namespace tsl {
namespace net {
#if !defined(PLATFORM_WINDOWS)
Expand Down
Loading