violet: fastcharge: Use pragma once

Change-Id: I9a9e193a6f66f045f41394d059af8b71778e8d72
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
Signed-off-by: kibria5 <mdkibria687@gmail.com>
This commit is contained in:
Bruno Martins
2022-01-13 20:37:05 +00:00
committed by kibria5
parent 64c5b4da66
commit b7e7dc4e68

View File

@@ -14,8 +14,7 @@
* limitations under the License.
*/
#ifndef VENDOR_LINEAGE_FASTCHARGE_V1_0_FASTCHARGE_H
#define VENDOR_LINEAGE_FASTCHARGE_V1_0_FASTCHARGE_H
#pragma once
#include <hidl/MQDescriptor.h>
#include <hidl/Status.h>
@@ -49,5 +48,3 @@ struct FastCharge : public IFastCharge {
} // namespace fastcharge
} // namespace lineage
} // namespace vendor
#endif // VENDOR_LINEAGE_FASTCHARGE_V1_0_FASTCHARGE_H