mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
no need to include sec.h
This commit is contained in:
parent
3d637e1628
commit
0dfd6525a6
6 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
|
||||
// chinese remainder theorem
|
||||
//
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
|
||||
void
|
||||
testcrt(mpint **p)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
mpint*
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
static int
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
mpint*
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "os.h"
|
||||
#include <mp.h>
|
||||
#include <libsec.h>
|
||||
#include "dat.h"
|
||||
|
||||
static struct {
|
||||
|
|
Loading…
Reference in a new issue