relay on ngspice.h

This commit is contained in:
dwarning 2009-04-26 09:04:43 +00:00
parent 3d3107766b
commit a755164f06
3 changed files with 1 additions and 14 deletions

View File

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

View File

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

View File

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