powershare: Use pragma once

Change-Id: I9cfeed5e79c35139f7532c522dad0ca25ed35fe1
This commit is contained in:
Bruno Martins
2022-01-13 20:44:10 +00:00
committed by LuK1337
parent cfa39af4d1
commit 2c82dd85d0

View File

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