summaryrefslogtreecommitdiff
path: root/debuggerd/util.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-01-19 09:21:52 -0800
committerElliott Hughes <enh@google.com>2021-01-19 09:21:52 -0800
commitd8af5b5e4f009d8d2210376bd16f28a69d16c4c2 (patch)
treeac21cc44c668539c85df57252a3251cd17993a96 /debuggerd/util.cpp
parente865d88531291f81e32f7231a55f20d2e243949f (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.cpp2
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) {