This header was superseded by stdlib.h. Related to #1242.
#ifdef _WIN32
#include <windows.h>
#include <commdlg.h>
-#include <malloc.h>
#endif
#define POS __FILE__, __LINE__
#endif
#ifdef FEATURE_MS
-#include <malloc.h>
#define printf gprintf
#endif
#define GV_MEMORY_H
#include <stdlib.h>
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#ifdef __cplusplus
extern "C" {
#include <stdlib.h>
#include <stdio.h>
#include <setjmp.h>
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+#include <stdlib.h>
#include <math.h>
#include "pathutil.h"
#include "solvers.h"
#include <stdlib.h>
#include <stdio.h>
#include <setjmp.h>
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+#include <stdlib.h>
#include <limits.h>
#include <math.h>
#include "pathutil.h"