]> granicus.if.org Git - graphviz/commitdiff
Remove internal references from exported include files.
authorEmden R. Gansner <erg@research.att.com>
Thu, 20 Mar 2014 19:42:43 +0000 (15:42 -0400)
committerEmden R. Gansner <erg@research.att.com>
Thu, 20 Mar 2014 19:42:43 +0000 (15:42 -0400)
lib/cdt/cdt.h
lib/gvpr/gvpr.h

index 5614d5e678dfa7ebba6c473f080281784462c8d4..1b6369147620095f3797135d24fe68bb651c4c01 100644 (file)
@@ -6,10 +6,6 @@
 **      Written by Kiem-Phong Vo
 */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #define CDT_VERSION    20050420L
 
 #ifndef Void_t
 #endif
 
 #include <stddef.h>    /* size_t */
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-extern int             memcmp _ARG_((const Void_t*, const Void_t*, size_t));
-extern int             strcmp _ARG_((const char*, const char*));
-#endif
 
 #ifndef _BEGIN_EXTERNS_
 #define _BEGIN_EXTERNS_
index f89d87bca6046f45129d06080854dcc400b2a425..f7aa39f51617c5af5b1698f5a767403e05f0c304 100644 (file)
@@ -18,7 +18,6 @@ extern "C" {
 #ifndef GVPR_H
 #define GVPR_H
 
-#include "ast_common.h"
 #include "cgraph.h"
 
 /* Bits for flags variable in gvprstate_t.