Include file 'xxx.h' is redundant, no declarations or interfaces is used, remove them.
Signed-off-by: Wenkai Lin linwenkai6@hisilicon.com --- include/drv/wd_dh_drv.h | 1 - include/drv/wd_ecc_drv.h | 1 - include/wd_rsa.h | 1 - 3 files changed, 3 deletions(-)
diff --git a/include/drv/wd_dh_drv.h b/include/drv/wd_dh_drv.h index 61a7fcc..e2df07f 100644 --- a/include/drv/wd_dh_drv.h +++ b/include/drv/wd_dh_drv.h @@ -5,7 +5,6 @@ #define __WD_DH_DRV_H
#include <asm/types.h> -#include "../wd_alg_common.h" #include "../wd_dh.h"
#ifdef __cplusplus diff --git a/include/drv/wd_ecc_drv.h b/include/drv/wd_ecc_drv.h index 7dcb56b..cb2f158 100644 --- a/include/drv/wd_ecc_drv.h +++ b/include/drv/wd_ecc_drv.h @@ -8,7 +8,6 @@ #include <asm/types.h>
#include "../wd.h" -#include "../wd_alg_common.h" #include "../wd_ecc.h"
#ifdef __cplusplus diff --git a/include/wd_rsa.h b/include/wd_rsa.h index 36e8c94..200ff14 100644 --- a/include/wd_rsa.h +++ b/include/wd_rsa.h @@ -9,7 +9,6 @@
#include <stdlib.h> #include <stdbool.h> -#include <asm/types.h>
#include "wd.h" #include "wd_alg_common.h"