From aa2698170041e9bc00542378269231b5eaeffd5d Mon Sep 17 00:00:00 2001 From: Ghanan Gowripalan Date: Thu, 22 Jul 2021 16:34:55 -0700 Subject: Move socket_test_util to //test/util ...and rename the library to socket_util. PiperOrigin-RevId: 386348306 --- test/syscalls/linux/sendfile_socket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux/sendfile_socket.cc') diff --git a/test/syscalls/linux/sendfile_socket.cc b/test/syscalls/linux/sendfile_socket.cc index c101fe9d2..ac6e89e91 100644 --- a/test/syscalls/linux/sendfile_socket.cc +++ b/test/syscalls/linux/sendfile_socket.cc @@ -24,8 +24,8 @@ #include "gtest/gtest.h" #include "absl/strings/string_view.h" #include "test/syscalls/linux/ip_socket_test_util.h" -#include "test/syscalls/linux/socket_test_util.h" #include "test/util/file_descriptor.h" +#include "test/util/socket_util.h" #include "test/util/temp_path.h" #include "test/util/test_util.h" #include "test/util/thread_util.h" -- cgit v1.2.3