relay on ngspice.h
This commit is contained in:
parent
3d3107766b
commit
a755164f06
|
|
@ -1,9 +1,5 @@
|
|||
#include <config.h>
|
||||
#include <math.h>
|
||||
#include "ngspice.h"
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include "polyfit.h"
|
||||
#include "polyeval.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,6 @@ Copyright 1991 Regents of the University of California. All rights reserved.
|
|||
Modified: 2002 R. Oktas, <roktas@omu.edu.tr>
|
||||
**********/
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include "ngspice.h"
|
||||
#include "tilde.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
* 2002 R. Oktas, <roktas@omu.edu.tr>
|
||||
************/
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue