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

Commit e6764928 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "idmap2: Remove more redundant "using" statements" am: ee8e50ac am: a872a084

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1991775

Change-Id: I736f4cec4d88b9cf3a742a916791e48c0956f2cd
parents 02eebf43 a872a084
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "idmap2/Idmap.h"
#include "idmap2/LogInfo.h"

using android::Res_value;
using ::testing::NotNull;

using PolicyFlags = android::ResTable_overlayable_policy_header::PolicyFlags;
+0 −2
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@
#include "idmap2/LogInfo.h"
#include "idmap2/ResourceMapping.h"

using android::Res_value;

using PolicyFlags = android::ResTable_overlayable_policy_header::PolicyFlags;

namespace android::idmap2 {