]> granicus.if.org Git - graphviz/commitdiff
config.h is private, don't include from any public headers
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:07:47 +0000 (19:07 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:07:47 +0000 (19:07 +0000)
lib/common/arith.h
lib/gvc/gvc.h

index 0d35e2c660deb3e92c56c886e0b300f2f2ea0fc3..d9ade4a12a24f037a9df76c2ae60d1cf834687d5 100644 (file)
 #ifndef GV_ARITH_H
 #define GV_ARITH_H
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 /* for sincos */
 #define _GNU_SOURCE 1
 #ifdef HAVE_LIMITS_H
index 99ce33280dc177f1af52f0375a4f8860b7adb06f..899281a5f69fd9db792a5bcecf660f9e39ab7b1f 100644 (file)
 #ifndef                        GVC_H
 #define                        GVC_H
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include "types.h"
 #include "graph.h"
 
@@ -92,4 +88,4 @@ extern int gvFreeContext(GVC_t *gvc);
 #ifdef __cplusplus
 }
 #endif
-#endif                 /* RENDER_H */
+#endif                 /* GVC_H */