Merge "Remove unnecessary #includes." am: da0f466da2
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1554397 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5068a7f5b3ef05f1e1c9082c9a02e94284c033d7
This commit is contained in:
commit
a0c9f25a73
3 changed files with 0 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue