From 0930f2614c27572868de7bcd8b1f05109338cc00 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 28 May 2018 11:53:30 +0200 Subject: [PATCH] lib: Use public header in helper files aeslib.h and assembling.h don't need access to internal data structures, so make them include the public fprint.h rather than the internal header fp_internal.h. --- libfprint/aeslib.h | 2 +- libfprint/assembling.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libfprint/aeslib.h b/libfprint/aeslib.h index 2dd6cea0..41cbe1ee 100644 --- a/libfprint/aeslib.h +++ b/libfprint/aeslib.h @@ -20,7 +20,7 @@ #ifndef __AESLIB_H__ #define __AESLIB_H__ -#include +#include struct aes_regwrite { unsigned char reg; diff --git a/libfprint/assembling.h b/libfprint/assembling.h index 3bcab2f7..5c1c9988 100644 --- a/libfprint/assembling.h +++ b/libfprint/assembling.h @@ -22,7 +22,7 @@ #ifndef __ASSEMBLING_H__ #define __ASSEMBLING_H__ -#include +#include struct fpi_frame { int delta_x;