cleanup, ngspice/config.h is already in ngspice/ngspice.h, #2/2

This commit is contained in:
rlar 2012-10-06 12:12:17 +02:00
parent 11579d9369
commit eb931dc01a
4 changed files with 1 additions and 5 deletions

View File

@ -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);

View File

@ -1,5 +1,4 @@
/* Configuration file for nutmeg */
#include "ngspice/config.h"
/*
* Devices

View File

@ -1,5 +1,4 @@
/* Configuration file for ng-spice */
#include "ngspice/config.h"
/**********
Copyright 1990 Regents of the University of California. All rights reserved.

View File

@ -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 <stdio.h>
#include "ngspice/ifsim.h"
#include "ngspice/inpdefs.h"