remove redundant #include

This commit is contained in:
h_vogt 2013-12-11 17:53:52 +01:00 committed by rlar
parent bb121fe903
commit 0b9df46e16
1 changed files with 0 additions and 3 deletions

View File

@ -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 *);