Unlike the preceding changes to disambiguate #includes, we cannot do this with
all the lib/common headers at once. Some of them are installed to users, so
making this change everywhere would be an API break that is undesirable at this
time. This specific header is disambiguated to fix #1242.
#include "macros.h"
#include "const.h"
#include "globals.h"
-#include "memory.h"
+#include <common/memory.h>
#include "colorprocs.h" /* must collow color.h (in types.h) */
#include "geomprocs.h" /* must follow geom.h (in types.h) */
#include "agxbuf.h"
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include <memory.h>
+#include <common/memory.h>
#include <stdio.h>
/* Priority queue:
#include "globals.h"
#include "logic.h"
#include "arith.h"
-#include "memory.h"
+#include <common/memory.h>
#endif /* STANDALONE */
#define real double