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

Commit ac31a3b8 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

this should fix the build

parent e755d649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <fcntl.h>
#include <utils/misc.h>

#include <utils/IPCThreadState.h>
#include <binder/IPCThreadState.h>
#include <utils/threads.h>
#include <utils/Atomic.h>
#include <utils/Errors.h>
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@

#define LOG_TAG "BootAnimation"

#include <utils/IPCThreadState.h>
#include <utils/ProcessState.h>
#include <utils/IServiceManager.h>
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <binder/IServiceManager.h>
#include <utils/Log.h>
#include <utils/threads.h>