diff --git a/src/spicelib/devices/dev.c b/src/spicelib/devices/dev.c index 0d1c2d46b..2edd425df 100644 --- a/src/spicelib/devices/dev.c +++ b/src/spicelib/devices/dev.c @@ -46,9 +46,6 @@ typedef void * funptr_t; #else /* ifdef HAS_WINGUI */ #undef BOOLEAN #include -#ifdef HAS_WINGUI -#include "ngspice/wstdio.h" -#endif typedef FARPROC funptr_t; void *dlopen (const char *, int); funptr_t dlsym (void *, const char *);