diff options
Diffstat (limited to 'libtommath')
| -rw-r--r-- | libtommath/bn_mp_clear.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_grow.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_init.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_init_size.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_prime_random_ex.c | 1 | ||||
| -rw-r--r-- | libtommath/bn_mp_shrink.c | 1 | ||||
| -rw-r--r-- | libtommath/tommath.h | 1 |
7 files changed, 1 insertions, 6 deletions
diff --git a/libtommath/bn_mp_clear.c b/libtommath/bn_mp_clear.c index 05ee8e7..a65f0a3 100644 --- a/libtommath/bn_mp_clear.c +++ b/libtommath/bn_mp_clear.c @@ -1,5 +1,4 @@ #include <tommath.h> -#include <linux/slab.h> #ifdef BN_MP_CLEAR_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_grow.c b/libtommath/bn_mp_grow.c index 3646c6c..cf2b949 100644 --- a/libtommath/bn_mp_grow.c +++ b/libtommath/bn_mp_grow.c @@ -1,5 +1,4 @@ #include <tommath.h> -#include <linux/slab.h> #ifdef BN_MP_GROW_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_init.c b/libtommath/bn_mp_init.c index 990500b..8be27f5 100644 --- a/libtommath/bn_mp_init.c +++ b/libtommath/bn_mp_init.c @@ -1,5 +1,4 @@ #include <tommath.h> -#include <linux/slab.h> #ifdef BN_MP_INIT_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_init_size.c b/libtommath/bn_mp_init_size.c index ba46d3a..8e01418 100644 --- a/libtommath/bn_mp_init_size.c +++ b/libtommath/bn_mp_init_size.c @@ -1,5 +1,4 @@ #include <tommath.h> -#include <linux/slab.h> #ifdef BN_MP_INIT_SIZE_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_prime_random_ex.c b/libtommath/bn_mp_prime_random_ex.c index 741bfd1..07aae4b 100644 --- a/libtommath/bn_mp_prime_random_ex.c +++ b/libtommath/bn_mp_prime_random_ex.c @@ -1,5 +1,4 @@ #include <tommath.h> -#include <linux/slab.h> #ifdef BN_MP_PRIME_RANDOM_EX_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/bn_mp_shrink.c b/libtommath/bn_mp_shrink.c index 3e38556..4b8c5ef 100644 --- a/libtommath/bn_mp_shrink.c +++ b/libtommath/bn_mp_shrink.c @@ -1,5 +1,4 @@ #include <tommath.h> -#include <linux/slab.h> #ifdef BN_MP_SHRINK_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * diff --git a/libtommath/tommath.h b/libtommath/tommath.h index 37fb23c..31ded82 100644 --- a/libtommath/tommath.h +++ b/libtommath/tommath.h @@ -17,6 +17,7 @@ #include <linux/kernel.h> #include <linux/mm.h> +#include <linux/slab.h> #include <linux/random.h> #include <linux/ctype.h> |
