From: Emden R. Gansner Date: Thu, 20 Mar 2014 19:42:43 +0000 (-0400) Subject: Remove internal references from exported include files. X-Git-Tag: 2.38.0~20^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea1a42935299ca433962f0b0e8ace0fa596e7658;p=graphviz Remove internal references from exported include files. --- diff --git a/lib/cdt/cdt.h b/lib/cdt/cdt.h index 5614d5e67..1b6369147 100644 --- a/lib/cdt/cdt.h +++ b/lib/cdt/cdt.h @@ -6,10 +6,6 @@ ** Written by Kiem-Phong Vo */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #define CDT_VERSION 20050420L #ifndef Void_t @@ -21,12 +17,7 @@ #endif #include /* size_t */ -#ifdef HAVE_STRING_H #include -#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_ diff --git a/lib/gvpr/gvpr.h b/lib/gvpr/gvpr.h index f89d87bca..f7aa39f51 100644 --- a/lib/gvpr/gvpr.h +++ b/lib/gvpr/gvpr.h @@ -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.