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

Commit d6f9a82d 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 am: 64344029

Change-Id: Ia2c4ee32f39bd944494e43a385e5fe8fd7b65783
parents c5b037ba 64344029
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>