hidl: powershare: Use pragma once
Change-Id: I9cfeed5e79c35139f7532c522dad0ca25ed35fe1
This commit is contained in:
parent
8a05be348b
commit
7168cbff7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user