diff options
author | rsc <devnull@localhost> | 2005-01-07 06:41:21 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-07 06:41:21 +0000 |
commit | 0dfd6525a647e1edaa193054774452ef9fe1871b (patch) | |
tree | aac89a92283eb92be0f1c1b2d93e0a9cd53d429f | |
parent | 3d637e16282987774a99b45ee01ded3de4d78a58 (diff) | |
download | plan9port-0dfd6525a647e1edaa193054774452ef9fe1871b.tar.gz plan9port-0dfd6525a647e1edaa193054774452ef9fe1871b.tar.bz2 plan9port-0dfd6525a647e1edaa193054774452ef9fe1871b.zip |
no need to include sec.h
-rw-r--r-- | src/libmp/port/crt.c | 1 | ||||
-rw-r--r-- | src/libmp/port/crttest.c | 1 | ||||
-rw-r--r-- | src/libmp/port/mpfactorial.c | 1 | ||||
-rw-r--r-- | src/libmp/port/mpfmt.c | 1 | ||||
-rw-r--r-- | src/libmp/port/mprand.c | 1 | ||||
-rw-r--r-- | src/libmp/port/strtomp.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/libmp/port/crt.c b/src/libmp/port/crt.c index ddf26ed5..a98fef53 100644 --- a/src/libmp/port/crt.c +++ b/src/libmp/port/crt.c @@ -1,6 +1,5 @@ #include "os.h" #include <mp.h> -#include <libsec.h> // chinese remainder theorem // diff --git a/src/libmp/port/crttest.c b/src/libmp/port/crttest.c index b58e1736..1ae68c7f 100644 --- a/src/libmp/port/crttest.c +++ b/src/libmp/port/crttest.c @@ -1,6 +1,5 @@ #include "os.h" #include <mp.h> -#include <libsec.h> void testcrt(mpint **p) diff --git a/src/libmp/port/mpfactorial.c b/src/libmp/port/mpfactorial.c index 01079c44..33a74592 100644 --- a/src/libmp/port/mpfactorial.c +++ b/src/libmp/port/mpfactorial.c @@ -1,6 +1,5 @@ #include "os.h" #include <mp.h> -#include <libsec.h> #include "dat.h" mpint* diff --git a/src/libmp/port/mpfmt.c b/src/libmp/port/mpfmt.c index f7c42a7b..de28bae8 100644 --- a/src/libmp/port/mpfmt.c +++ b/src/libmp/port/mpfmt.c @@ -1,6 +1,5 @@ #include "os.h" #include <mp.h> -#include <libsec.h> #include "dat.h" static int diff --git a/src/libmp/port/mprand.c b/src/libmp/port/mprand.c index fd288f24..aaf413b4 100644 --- a/src/libmp/port/mprand.c +++ b/src/libmp/port/mprand.c @@ -1,6 +1,5 @@ #include "os.h" #include <mp.h> -#include <libsec.h> #include "dat.h" mpint* diff --git a/src/libmp/port/strtomp.c b/src/libmp/port/strtomp.c index 8e07f009..e84db799 100644 --- a/src/libmp/port/strtomp.c +++ b/src/libmp/port/strtomp.c @@ -1,6 +1,5 @@ #include "os.h" #include <mp.h> -#include <libsec.h> #include "dat.h" static struct { |