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

Commit 738ed424 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Delete obsolete includes"

parents b299dc4d 837b8184
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -15,11 +15,6 @@
** limitations under the License.
*/

// System headers required for setgroups, etc.
#include <sys/types.h>
#include <unistd.h>
#include <grp.h>

#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <binder/IServiceManager.h>
@@ -29,7 +24,6 @@
#include <CameraService.h>
#include <MediaPlayerService.h>
#include <AudioPolicyService.h>
#include <private/android_filesystem_config.h>

using namespace android;