diff options
| -rw-r--r-- | src/Fl_Table.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx index aea25a0b3..cdbc9d171 100644 --- a/src/Fl_Table.cxx +++ b/src/Fl_Table.cxx @@ -25,12 +25,7 @@ #include <sys/types.h> #include <string.h> // memcpy #include <stdio.h> // fprintf - -#ifdef _WIN32 -#include <malloc.h> // WINDOWS: malloc/realloc -#else /* _WIN32 */ -#include <stdlib.h> // UNIX: malloc/realloc -#endif /* _WIN32 */ +#include <stdlib.h> // realloc/free // An STL-ish vector without templates (private to Fl_Table) |
