Browse Source

relay on ngspice.h

pre-master-46
dwarning 17 years ago
parent
commit
a755164f06
  1. 6
      src/maths/poly/polyfit.c
  2. 5
      src/misc/tilde.c
  3. 4
      src/misc/util.c

6
src/maths/poly/polyfit.c

@ -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"

5
src/misc/tilde.c

@ -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"

4
src/misc/util.c

@ -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…
Cancel
Save