hidl: powershare: Use pragma once

Change-Id: I9cfeed5e79c35139f7532c522dad0ca25ed35fe1
This commit is contained in:
Bruno Martins 2022-01-13 20:44:10 +00:00 committed by Sebastiano Barezzi
parent 8a05be348b
commit 7168cbff7f
No known key found for this signature in database
GPG Key ID: 47760583F393BC44

View File

@ -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 <vendor/lineage/powershare/1.0/IPowerShare.h>
@ -32,5 +31,3 @@ class PowerShare : public IPowerShare {
} // namespace powershare
} // namespace lineage
} // namespace vendor
#endif // VENDOR_LINEAGE_POWERSHARE_V1_0_POWERSHARE_H