From a755164f06165dd0deee8bb88b5d6b910018781b Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 26 Apr 2009 09:04:43 +0000 Subject: [PATCH] relay on ngspice.h --- src/maths/poly/polyfit.c | 6 +----- src/misc/tilde.c | 5 ----- src/misc/util.c | 4 ---- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/maths/poly/polyfit.c b/src/maths/poly/polyfit.c index 86e2e98a0..42373fa31 100644 --- a/src/maths/poly/polyfit.c +++ b/src/maths/poly/polyfit.c @@ -1,9 +1,5 @@ -#include -#include +#include "ngspice.h" -#ifdef HAVE_STRING_H -#include -#endif #include "polyfit.h" #include "polyeval.h" diff --git a/src/misc/tilde.c b/src/misc/tilde.c index 769cc783e..ee3ec8e02 100644 --- a/src/misc/tilde.c +++ b/src/misc/tilde.c @@ -3,11 +3,6 @@ Copyright 1991 Regents of the University of California. All rights reserved. Modified: 2002 R. Oktas, **********/ -#include -#include -#ifdef HAVE_STRING_H -#include -#endif #include "ngspice.h" #include "tilde.h" diff --git a/src/misc/util.c b/src/misc/util.c index 21a35c659..a3f7011db 100644 --- a/src/misc/util.c +++ b/src/misc/util.c @@ -3,10 +3,6 @@ * 2002 R. Oktas, ************/ -#ifdef HAVE_STRING_H -#include -#endif - #include "ngspice.h" #include "util.h"