From: erg Date: Tue, 27 Jan 2009 19:53:40 +0000 (+0000) Subject: Remove unnecessary include of mem.h in tbl.h. All files using X-Git-Tag: LAST_LIBGRAPH~32^2~2642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b805193457f1523c5bd0135dcad45284d21767f0;p=graphviz Remove unnecessary include of mem.h in tbl.h. All files using tbl.h include mem.h before it. --- diff --git a/cmd/lefty/tbl.h b/cmd/lefty/tbl.h index 5af24b910..21d697beb 100644 --- a/cmd/lefty/tbl.h +++ b/cmd/lefty/tbl.h @@ -13,7 +13,6 @@ * Information and Software Systems Research * * AT&T Research, Florham Park NJ * **********************************************************/ -#include "mem.h" #ifdef __cplusplus extern "C" {