From eb931dc01a3e491905517bea23686710ad710f02 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 6 Oct 2012 12:12:17 +0200 Subject: [PATCH] cleanup, ngspice/config.h is already in ngspice/ngspice.h, #2/2 --- src/frontend/com_measure2.h | 1 - src/ngnutmeg.c | 1 - src/ngspice.c | 1 - src/spicelib/parser/inp2n.c | 3 +-- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/frontend/com_measure2.h b/src/frontend/com_measure2.h index 7f32fd351..954ae5326 100644 --- a/src/frontend/com_measure2.h +++ b/src/frontend/com_measure2.h @@ -1,7 +1,6 @@ #ifndef _COM_MEASURE_H #define _COM_MEASURE_H -#include "ngspice/config.h" extern int measure_get_precision(void); extern int get_measure2(wordlist *wl, double *result, char *out_line, bool auto_check); diff --git a/src/ngnutmeg.c b/src/ngnutmeg.c index be017f319..f62510ba3 100644 --- a/src/ngnutmeg.c +++ b/src/ngnutmeg.c @@ -1,5 +1,4 @@ /* Configuration file for nutmeg */ -#include "ngspice/config.h" /* * Devices diff --git a/src/ngspice.c b/src/ngspice.c index ae4094b4b..18be1fa16 100644 --- a/src/ngspice.c +++ b/src/ngspice.c @@ -1,5 +1,4 @@ /* Configuration file for ng-spice */ -#include "ngspice/config.h" /********** Copyright 1990 Regents of the University of California. All rights reserved. diff --git a/src/spicelib/parser/inp2n.c b/src/spicelib/parser/inp2n.c index 78847e06d..de019d910 100644 --- a/src/spicelib/parser/inp2n.c +++ b/src/spicelib/parser/inp2n.c @@ -4,11 +4,10 @@ Author: 2007 Gong Ding, gdiso@ustc.edu University of Science and Technology of China **********/ -#include "ngspice/config.h" +#include "ngspice/ngspice.h" #ifdef NDEV -#include "ngspice/ngspice.h" #include #include "ngspice/ifsim.h" #include "ngspice/inpdefs.h"