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

Commit 08f4d423 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I4116b5d5d0bb027fb56a5111f107977263982f90
parents b198a0ea 7d0dc65f
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>