]> granicus.if.org Git - graphviz/commit
lib/sfdpgen: include malloc.h in PriorityQueue.c to define free
authorHenrik Grimler <henrik@grimler.se>
Sat, 28 Mar 2020 15:32:18 +0000 (16:32 +0100)
committerHenrik Grimler <henrik@grimler.se>
Sat, 28 Mar 2020 15:45:56 +0000 (16:45 +0100)
commit7d2d4c70f224129e19d35b23bd86a8a4c3633aef
tree5dacea12748b5b046f3421abbf0398c4db862ce9
parent9c24c6bf70fad7a2da02d6308fc35a589f72f0e1
lib/sfdpgen: include malloc.h in PriorityQueue.c to define free

Works now that lib/cgraph/malloc.h is not included. Since we get the
`free` definition from malloc.h we also do not need
`#define FREE free` and friends.
lib/sfdpgen/PriorityQueue.c