Browse Source

remove redundant #include

pre-master-46
h_vogt 12 years ago
committed by rlar
parent
commit
0b9df46e16
  1. 3
      src/spicelib/devices/dev.c

3
src/spicelib/devices/dev.c

@ -46,9 +46,6 @@ typedef void * funptr_t;
#else /* ifdef HAS_WINGUI */
#undef BOOLEAN
#include <windows.h>
#ifdef HAS_WINGUI
#include "ngspice/wstdio.h"
#endif
typedef FARPROC funptr_t;
void *dlopen (const char *, int);
funptr_t dlsym (void *, const char *);

Loading…
Cancel
Save