From 7168cbff7f36e95f5cf531228f19c6cc14c347ba Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 13 Jan 2022 20:44:10 +0000 Subject: [PATCH] hidl: powershare: Use pragma once Change-Id: I9cfeed5e79c35139f7532c522dad0ca25ed35fe1 --- hidl/powershare/PowerShare.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hidl/powershare/PowerShare.h b/hidl/powershare/PowerShare.h index 19c5782..193d9f4 100644 --- a/hidl/powershare/PowerShare.h +++ b/hidl/powershare/PowerShare.h @@ -1,11 +1,10 @@ /* - * Copyright (C) 2020 The LineageOS Project + * Copyright (C) 2020-2022 The LineageOS Project * * SPDX-License-Identifier: Apache-2.0 */ -#ifndef VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H -#define VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H +#pragma once #include @@ -32,5 +31,3 @@ class PowerShare : public IPowerShare { } // namespace powershare } // namespace lineage } // namespace vendor - -#endif // VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H