We could guard it with `#ifdef HAVE_MALLOC_H` but it is not necessary in any
case, stdlib.h (and possibly malloc.h), are already included by memory.h which
PriorityQueue.c includes.
Should fix https://gitlab.com/graphviz/graphviz/-/issues/1696
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include <malloc.h>
-
#include "LinkedList.h"
#include "PriorityQueue.h"
#include "memory.h"