From 19139783b3ee55ded857aa258dcea9ea78e64e15 Mon Sep 17 00:00:00 2001 From: Gabriel2392 Date: Thu, 18 Aug 2022 00:53:00 +0200 Subject: [PATCH] universal7885: health: remove unused namespace --- universal7885-common/health/HealthImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/universal7885-common/health/HealthImpl.cpp b/universal7885-common/health/HealthImpl.cpp index 54074bb..6a86a38 100644 --- a/universal7885-common/health/HealthImpl.cpp +++ b/universal7885-common/health/HealthImpl.cpp @@ -9,7 +9,6 @@ #include using ::android::hardware::Return; -using ::android::hardware::Void; using ::android::hardware::health::InitHealthdConfig; using ::android::hardware::health::V2_1::IHealth; using ::android::hardware::health::V2_0::Result;