hidl: fingerprint: Use pragma once
authorBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 20:40:41 +0000 (20:40 +0000)
committerBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 22:51:12 +0000 (23:51 +0100)
Change-Id: Id3d0a28a94f52a8f9d2c72fe41e633761557951f

hidl/fingerprint/BiometricsFingerprint.h
hidl/fingerprint/VendorConstants.h

index 9e2e3ce1b35139b7cf5584a3cce0f4d80f6bd25f..aa860c14ee402ae588d562b6cd72d481f650a0e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019 The LineageOS Project
+ * Copyright (C) 2019-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
-#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
+#pragma once
 
 #include <chrono>
 #include <thread>
@@ -118,5 +117,3 @@ struct BiometricsFingerprint : public IBiometricsFingerprint {
 }  // namespace biometrics
 }  // namespace hardware
 }  // namespace android
-
-#endif  // ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
index 3af6c696d91636284a2b390b1868deb16f1286a7..86656b3ed5eebcf260d7b1e2da3c2868177d5aaf 100644 (file)
@@ -1,8 +1,7 @@
 // SPDX-License-Identifier: Apache-2.0
 // Copyright (C) 2020 The LineageOS Project
 
-#ifndef SAMSUNG_FINGERPRINT_CONSTANTS_H
-#define SAMSUNG_FINGERPRINT_CONSTANTS_H
+#pragma once
 
 // Fingerprint requests
 #define FINGERPRINT_REQUEST_ENROLL_SESSION 1002
 #define SEM_SENSOR_STATUS_ERROR 100042
 #define SEM_SENSOR_STATUS_OK 100040
 #define SEM_SENSOR_STATUS_WORKING 100041
-
-#endif // SAMSUNG_FINGERPRINT_CONSTANTS_H