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

Commit d907e945 authored by James Dong's avatar James Dong
Browse files

Remove unnecessary header file includes for drmserver

Change-Id: I14033861e74d20f9d4897b651c4eeee126d4d610
parent 843a12d1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -17,15 +17,10 @@
#define LOG_TAG "drmserver"
//#define LOG_NDEBUG 0

#include <sys/types.h>
#include <unistd.h>
#include <grp.h>

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

#include <DrmManagerService.h>