cleanup, ngspice/config.h is already in ngspice/ngspice.h, #2/2
This commit is contained in:
parent
11579d9369
commit
eb931dc01a
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
/* Configuration file for nutmeg */
|
||||
#include "ngspice/config.h"
|
||||
|
||||
/*
|
||||
* Devices
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
/* Configuration file for ng-spice */
|
||||
#include "ngspice/config.h"
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue