sdm660-common: biometrics: fingerprint: Use pragma once
Change-Id: Ie6aaae9347284533f7e50436d0abda04eda70d3f Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
2ba127e866
commit
3e1a603bf0
1 changed files with 1 additions and 4 deletions
|
@ -4,8 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
#pragma once
|
||||||
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
|
||||||
|
|
||||||
#include <log/log.h>
|
#include <log/log.h>
|
||||||
#include <android/log.h>
|
#include <android/log.h>
|
||||||
|
@ -70,5 +69,3 @@ private:
|
||||||
} // namespace biometrics
|
} // namespace biometrics
|
||||||
} // namespace hardware
|
} // namespace hardware
|
||||||
} // namespace android
|
} // namespace android
|
||||||
|
|
||||||
#endif // ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
|
||||||
|
|
Loading…
Reference in a new issue