sm6250-common: biometrics: Clean up duplicated includes

* Move all includes to header.

Change-Id: I36b26dcf16c8b51958129707242cafa712a17bf1
This commit is contained in:
Pig
2020-05-20 02:11:58 +02:00
committed by Alexander Winkowski
parent 591cc0827d
commit 3e95dcb3f0
3 changed files with 10 additions and 15 deletions

View File

@ -14,18 +14,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi_atoll"
#include <hardware/hw_auth_token.h>
#include <hardware/hardware.h>
#include <hardware/fingerprint.h>
#include "BiometricsFingerprint.h"
#include <cutils/properties.h>
#include <inttypes.h>
#include <unistd.h>
namespace android {
namespace hardware {
namespace biometrics {