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