From debe7f9988f8319adf51f4efe355d71f92c399f7 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 22 May 2011 10:02:59 +0000 Subject: [PATCH] hisim2, remove #include "util.h" --- ChangeLog | 4 ++++ src/spicelib/devices/hisim2/hsm2ask.c | 1 - src/spicelib/devices/hisim2/hsm2cvtest.c | 1 - src/spicelib/devices/hisim2/hsm2del.c | 1 - src/spicelib/devices/hisim2/hsm2dest.c | 1 - src/spicelib/devices/hisim2/hsm2ld.c | 1 - src/spicelib/devices/hisim2/hsm2mdel.c | 1 - src/spicelib/devices/hisim2/hsm2mpar.c | 1 - src/spicelib/devices/hisim2/hsm2noi.c | 1 - src/spicelib/devices/hisim2/hsm2par.c | 1 - src/spicelib/devices/hisim2/hsm2set.c | 1 - src/spicelib/devices/hisim2/hsm2temp.c | 1 - 12 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6980eecdd..17aa08fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-22 Robert Larice + * src/spicelib/devices/hisim2/* : + hisim2, remove #include "util.h" + 2011-05-22 Robert Larice * src/spicelib/devices/hisim2/* : hisim2, #include "spice.h" --> "ngspice.h" diff --git a/src/spicelib/devices/hisim2/hsm2ask.c b/src/spicelib/devices/hisim2/hsm2ask.c index 83e3d665c..74231d85c 100644 --- a/src/spicelib/devices/hisim2/hsm2ask.c +++ b/src/spicelib/devices/hisim2/hsm2ask.c @@ -20,7 +20,6 @@ #include "devdefs.h" #include "hsm2def.h" #include "sperror.h" -#include "util.h" #include "suffix.h" int HSM2ask(ckt,inst,which,value,select) diff --git a/src/spicelib/devices/hisim2/hsm2cvtest.c b/src/spicelib/devices/hisim2/hsm2cvtest.c index a782bdb02..fa6a77962 100644 --- a/src/spicelib/devices/hisim2/hsm2cvtest.c +++ b/src/spicelib/devices/hisim2/hsm2cvtest.c @@ -15,7 +15,6 @@ #include "ngspice.h" #include -#include "util.h" #include "cktdefs.h" #include "hsm2def.h" #include "trandefs.h" diff --git a/src/spicelib/devices/hisim2/hsm2del.c b/src/spicelib/devices/hisim2/hsm2del.c index 59ce06747..1daff04fd 100644 --- a/src/spicelib/devices/hisim2/hsm2del.c +++ b/src/spicelib/devices/hisim2/hsm2del.c @@ -15,7 +15,6 @@ #include "ngspice.h" #include -#include "util.h" #include "hsm2def.h" #include "sperror.h" #include "gendefs.h" diff --git a/src/spicelib/devices/hisim2/hsm2dest.c b/src/spicelib/devices/hisim2/hsm2dest.c index d7205d818..fef7c34bb 100644 --- a/src/spicelib/devices/hisim2/hsm2dest.c +++ b/src/spicelib/devices/hisim2/hsm2dest.c @@ -15,7 +15,6 @@ #include "ngspice.h" #include -#include "util.h" #include "hsm2def.h" #include "suffix.h" diff --git a/src/spicelib/devices/hisim2/hsm2ld.c b/src/spicelib/devices/hisim2/hsm2ld.c index 3612e5144..0429f7d75 100644 --- a/src/spicelib/devices/hisim2/hsm2ld.c +++ b/src/spicelib/devices/hisim2/hsm2ld.c @@ -15,7 +15,6 @@ #include #include "ngspice.h" -#include "util.h" #include "cktdefs.h" #include "hsm2def.h" #include "hisim2.h" diff --git a/src/spicelib/devices/hisim2/hsm2mdel.c b/src/spicelib/devices/hisim2/hsm2mdel.c index 3cac5cf82..07b85ade3 100644 --- a/src/spicelib/devices/hisim2/hsm2mdel.c +++ b/src/spicelib/devices/hisim2/hsm2mdel.c @@ -15,7 +15,6 @@ #include "ngspice.h" #include -#include "util.h" #include "hsm2def.h" #include "sperror.h" #include "suffix.h" diff --git a/src/spicelib/devices/hisim2/hsm2mpar.c b/src/spicelib/devices/hisim2/hsm2mpar.c index fb445f067..43a242a98 100644 --- a/src/spicelib/devices/hisim2/hsm2mpar.c +++ b/src/spicelib/devices/hisim2/hsm2mpar.c @@ -15,7 +15,6 @@ #include "ngspice.h" #include -#include "util.h" #include "hsm2def.h" #include "ifsim.h" #include "sperror.h" diff --git a/src/spicelib/devices/hisim2/hsm2noi.c b/src/spicelib/devices/hisim2/hsm2noi.c index 5b5dba591..1161c0afe 100644 --- a/src/spicelib/devices/hisim2/hsm2noi.c +++ b/src/spicelib/devices/hisim2/hsm2noi.c @@ -21,7 +21,6 @@ #include "fteconst.h" #include "iferrmsg.h" #include "noisedef.h" -#include "util.h" #include "suffix.h" #include "const.h" /* jwan */ diff --git a/src/spicelib/devices/hisim2/hsm2par.c b/src/spicelib/devices/hisim2/hsm2par.c index 57001b106..5c2f753c2 100644 --- a/src/spicelib/devices/hisim2/hsm2par.c +++ b/src/spicelib/devices/hisim2/hsm2par.c @@ -17,7 +17,6 @@ #include #include "ifsim.h" #include "hsm2def.h" -#include "util.h" #include "sperror.h" #include "suffix.h" diff --git a/src/spicelib/devices/hisim2/hsm2set.c b/src/spicelib/devices/hisim2/hsm2set.c index c28662b0e..e68571f84 100644 --- a/src/spicelib/devices/hisim2/hsm2set.c +++ b/src/spicelib/devices/hisim2/hsm2set.c @@ -19,7 +19,6 @@ #include "cktdefs.h" #include "hsm2def.h" #include "hsm2evalenv.h" -#include "util.h" #include "const.h" #include "sperror.h" #include "suffix.h" diff --git a/src/spicelib/devices/hisim2/hsm2temp.c b/src/spicelib/devices/hisim2/hsm2temp.c index eae4310e6..a74693dbe 100644 --- a/src/spicelib/devices/hisim2/hsm2temp.c +++ b/src/spicelib/devices/hisim2/hsm2temp.c @@ -19,7 +19,6 @@ #include "cktdefs.h" #include "hsm2def.h" #include "hsm2evalenv.h" -#include "util.h" #include "const.h" #include "sperror.h" #include "suffix.h"