Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da0f466d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary #includes."

parents 79f7e3f1 d8af5b5e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@
#include <android-base/unique_fd.h>
#include <async_safe/log.h>
#include <bionic/reserved_signals.h>
#include <cutils/properties.h>

#include <libdebuggerd/utility.h>

+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <android-base/cmsg.h>
#include <android-base/logging.h>
#include <android-base/unique_fd.h>
#include <cutils/sockets.h>

#include "protocol.h"
#include "util.h"
+0 −2
Original line number Diff line number Diff line
@@ -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) {