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

Commit 6961b6bc authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Remove unneeded references to IMemory

Test: compiled & run
Bug: cleanup
Change-Id: Ifef6695275f244a420df574b3bc49adb99c93fbf
parent 061fc6a2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@

#include <android-base/file.h>

#include <binder/IMemory.h>

#include <gui/BufferQueue.h>
#include <gui/ISurfaceComposer.h>
#include <gui/Surface.h>
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <sys/types.h>

#include <binder/IBinder.h>
#include <binder/IMemory.h>

#include <utils/RefBase.h>
#include <utils/Singleton.h>
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <utils/threads.h>

#include <binder/IBinder.h>
#include <binder/IMemory.h>
#include <binder/ProcessState.h>
#include <binder/IPermissionController.h>
#include <binder/IServiceManager.h>
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <sys/types.h>

#include <binder/Parcel.h>
#include <binder/IMemory.h>
#include <binder/IPCThreadState.h>
#include <binder/IServiceManager.h>

+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <sys/types.h>

#include <binder/Parcel.h>
#include <binder/IMemory.h>
#include <binder/IPCThreadState.h>
#include <binder/IServiceManager.h>

Loading