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

Commit e6854a4c authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Remove unneeded includes in binder code

Bug: 410035138
Flag: EXEMPT bug fix
Test: Compile
Change-Id: Ic1ebdfca2cecba1a0d4a2a4a4127b4f8b219bf22
parent 91ae097a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
#include <binder/RecordedTransaction.h>
#include <binder/RpcServer.h>
#include <binder/unique_fd.h>
#include <pthread.h>

#include <inttypes.h>
#include <stdio.h>
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <pthread.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@
#include <utils/RefBase.h>

#include <bitset>
#include <mutex>
#include <thread>

namespace android {