diff options
author | Werner Koch <[email protected]> | 2000-11-14 16:04:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-14 16:04:16 +0000 |
commit | 986649bea0798cb6509069d046197f9628932c01 (patch) | |
tree | abfbefbde834a919bba8e3ada10c0d864715ec0a /mpi/mpicoder.c | |
parent | Add features packet and fixes MIPS3. (diff) | |
download | gnupg-986649bea0798cb6509069d046197f9628932c01.tar.gz gnupg-986649bea0798cb6509069d046197f9628932c01.zip |
Some configuration changes
Diffstat (limited to 'mpi/mpicoder.c')
-rw-r--r-- | mpi/mpicoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mpi/mpicoder.c b/mpi/mpicoder.c index 9c68d7c9b..87f5870c9 100644 --- a/mpi/mpicoder.c +++ b/mpi/mpicoder.c @@ -24,9 +24,7 @@ #include <stdlib.h> #include <assert.h> -#include "mpi.h" #include "mpi-internal.h" -#include "memory.h" #include "g10lib.h" #define MAX_EXTERN_MPI_BITS 16384 |