]> granicus.if.org Git - graphviz/commitdiff
Remove arith.h dependency from color.h.
authorerg <devnull@localhost>
Thu, 7 Dec 2006 23:42:18 +0000 (23:42 +0000)
committererg <devnull@localhost>
Thu, 7 Dec 2006 23:42:18 +0000 (23:42 +0000)
lib/common/color.h

index 442b5d53e57892dfb12cf7a81cd6faf3a2039bb6..2aa3bb9d83cb9e71548d8b1665eaeac4ac94088e 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef GV_COLOR_H
 #define GV_COLOR_H
 
-#include "arith.h"
+/* #include "arith.h" */
 
 #ifdef __cplusplus
 extern "C" {