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

Commit 64344029 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix transitive includes" into rvc-dev-plus-aosp am: 7d0dc65f am: 08f4d423

Change-Id: Id225600e871ca538a294e8b976738dff2f2e8004
parents 6f13fc71 08f4d423
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -18,14 +18,13 @@
#define LOG_TAG "asset"

#include <inttypes.h>
#include <linux/capability.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>

#include <private/android_filesystem_config.h> // for AID_SYSTEM

#include <sstream>
#include <string>