This commit is contained in:
rlar 2011-12-27 11:12:51 +00:00
parent b32f935e8b
commit 3e98e15a20
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -2,7 +2,6 @@
#include "ngspice/ngspice.h"
#include "ngspice/wordlist.h"
#include "ngspice/bool.h"
#include <variable.h>
#include "variable.h"
#include "ngspice/cpextern.h"

View File

@ -16,7 +16,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include "define.h"
#include "misccoms.h"
#include <terminal.h>
#include "terminal.h"
#include "completion.h"
#include "variable.h"