diff options
author | Elliott Hughes <enh@google.com> | 2021-01-19 09:21:52 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2021-01-19 09:21:52 -0800 |
commit | d8af5b5e4f009d8d2210376bd16f28a69d16c4c2 (patch) | |
tree | ac21cc44c668539c85df57252a3251cd17993a96 /debuggerd/util.cpp | |
parent | e865d88531291f81e32f7231a55f20d2e243949f (diff) |
Remove unnecessary #includes.
Sadly, it looks like we do still really use libcutils for some of the
socket functions.
Test: treehugger
Change-Id: Ic71f97507c89b10d2f3b7a2971064a9e6b1d349d
Diffstat (limited to 'debuggerd/util.cpp')
-rw-r--r-- | debuggerd/util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debuggerd/util.cpp b/debuggerd/util.cpp index 9d09210f5..f3bff8c3d 100644 --- a/debuggerd/util.cpp +++ b/debuggerd/util.cpp @@ -16,7 +16,6 @@ #include "util.h" -#include <sys/socket.h> #include <time.h> #include <string> @@ -25,7 +24,6 @@ #include <android-base/file.h> #include <android-base/stringprintf.h> #include <android-base/strings.h> -#include <cutils/sockets.h> #include "protocol.h" std::string get_process_name(pid_t pid) { |