cleanup
This commit is contained in:
parent
b32f935e8b
commit
3e98e15a20
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue