From 2c82dd85d0d0a496c970a0f786ed8b9be80b7704 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 13 Jan 2022 20:44:10 +0000 Subject: [PATCH] powershare: Use pragma once Change-Id: I9cfeed5e79c35139f7532c522dad0ca25ed35fe1 --- hidl/powershare/PowerShare.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hidl/powershare/PowerShare.h b/hidl/powershare/PowerShare.h index 3fe9b8c..7204f11 100644 --- a/hidl/powershare/PowerShare.h +++ b/hidl/powershare/PowerShare.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H -#define VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H + +#pragma once #include @@ -41,5 +41,3 @@ class PowerShare : public IPowerShare { } // namespace powershare } // namespace lineage } // namespace vendor - -#endif // VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H