diff --git a/ChangeLog b/ChangeLog index 172d1c391..5828eca38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2011-12-27 Robert Larice + * src/frontend/com_ghelp.c , + * src/frontend/cpitf.c : + cleanup + 2011-12-27 Holger Vogt * inpcom.c: warnings and error messages in .lib handling (bug no. 3111261) - + 2011-12-26 Holger Vogt * xpressn.c * ptfuncs.c, inpptree.c, inpptree.h, spicelib/parser/inp.h diff --git a/src/frontend/com_ghelp.c b/src/frontend/com_ghelp.c index a2f32f814..a1ba373b4 100644 --- a/src/frontend/com_ghelp.c +++ b/src/frontend/com_ghelp.c @@ -2,7 +2,6 @@ #include "ngspice/ngspice.h" #include "ngspice/wordlist.h" #include "ngspice/bool.h" -#include #include "variable.h" #include "ngspice/cpextern.h" diff --git a/src/frontend/cpitf.c b/src/frontend/cpitf.c index 57943382a..4e050f9d7 100644 --- a/src/frontend/cpitf.c +++ b/src/frontend/cpitf.c @@ -16,7 +16,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group #include "define.h" #include "misccoms.h" -#include +#include "terminal.h" #include "completion.h" #include "variable.h"