#includes modified

This commit is contained in:
Jim Monte 2020-04-25 19:51:30 +02:00 committed by Holger Vogt
parent 381d4ec43d
commit 18d825e9c1
1 changed files with 3 additions and 4 deletions

View File

@ -40,13 +40,12 @@ NON-STANDARD FEATURES
============================================================================*/
#include <stdio.h>
#include "ngspice/cm.h"
#include "ngspice/evtudn.h"
#include "ngspice/memory.h"
void *tmalloc(size_t);
#define TMALLOC(t,n) (t*) tmalloc(sizeof(t) * (size_t)(n))
/* macro to ignore unused variables and parameters */
#define NG_IGNORE(x) (void)x