From: erg Date: Thu, 7 Dec 2006 23:42:18 +0000 (+0000) Subject: Remove arith.h dependency from color.h. X-Git-Tag: LAST_LIBGRAPH~32^2~5763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71c7ca0aec67956422310e9cd2e78c8e90d45af3;p=graphviz Remove arith.h dependency from color.h. --- diff --git a/lib/common/color.h b/lib/common/color.h index 442b5d53e..2aa3bb9d8 100644 --- a/lib/common/color.h +++ b/lib/common/color.h @@ -17,7 +17,7 @@ #ifndef GV_COLOR_H #define GV_COLOR_H -#include "arith.h" +/* #include "arith.h" */ #ifdef __cplusplus extern "C" {