* src/maths/cmaths/Makefile.am src/maths/cmaths/cmath1.c

src/maths/cmaths/cmath2.c src/maths/cmaths/cmath3.c
	src/maths/cmaths/cmath4.c: Removed some unused includes.
This commit is contained in:
arno 2000-05-13 10:36:41 +00:00
parent 2507d4c7bf
commit f476a1ea98
5 changed files with 21 additions and 19 deletions

View File

@ -14,6 +14,6 @@ libcmaths_a_SOURCES = \
INCLUDES = -I$(top_srcdir)/src/include
INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
MAINTAINERCLEANFILES = Makefile.in

View File

@ -16,11 +16,10 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
*
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <dvec.h>
#include "cmath1.h"

View File

@ -15,11 +15,11 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* and return a char * that is cast to complex or double.
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <ftedefs.h>
#include <dvec.h>
#include "cmath2.h"
static double *

View File

@ -15,11 +15,10 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* and return a char * that is cast to complex or double.
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <dvec.h>
#include "cmath3.h"

View File

@ -18,12 +18,16 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include <ngspice.h>
#include <plot.h>
#include <complex.h>
#include <cpextern.h>
#include <fteext.h>
#include <cpdefs.h>
//#include <fteext.h>
#include <interpolate.h>
#include <polyfit.h>
#include <polyeval.h>
#include <polyderiv.h>
#include "cmath4.h"
void *
cx_and(void *data1, void *data2, short int datatype1, short int datatype2, int length)
{