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
|
||||
*/
|
||||
|
||||
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
||||
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
||||
#pragma once
|
||||
|
||||
#include <log/log.h>
|
||||
#include <android/log.h>
|
||||
|
@ -70,5 +69,3 @@ private:
|
|||
} // namespace biometrics
|
||||
} // namespace hardware
|
||||
} // namespace android
|
||||
|
||||
#endif // ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
|
||||
|
|
Loading…
Reference in a new issue