#include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
#define sqr(a) ((double) (a) * (a))
#define dstsq(a, b) (sqr (a.x - b.x) + sqr (a.y - b.y))
#include "agxbuf.h"
#include "utils.h"
#include "htmltable.h"
-#include "gvrender.h"
+#include "gvc.h"
#include <ctype.h>
#ifdef QUARTZ_RENDER
#define TABLE_H
#include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
#define FIXED_FLAG 1
#define HALIGN_RIGHT (1 << 1)
#include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
#include "htmltable.h"
#include <limits.h>
**********************************************************/
#include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
#include "agxbuf.h"
#ifndef DISABLE_CODEGENS
#define PDFMAX 3240 /* Maximum size of Distiller's PDF canvas */
#include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
#include "ps.h"
#include "utils.h"
#include "graph.h" /* must follow types.h */
#include "globals.h"
#include "renderprocs.h"
-#include "gvrender.h"
+#include "gvc.h"
typedef struct epsf_s {
int macro_id;
**********************************************************/
#include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
#include "htmltable.h"
#include <limits.h>
#define GVRENDER_H
#include "gvplugin.h"
-#include "gvrenderint.h"
+#include "gvcint.h"
#ifdef __cplusplus
extern "C" {
#include "config.h"
#include "types.h"
#include "macros.h"
-#include "gvrender.h"
+#include "gvc.h"
/*
A config for gvrender is a text file containing a
#include "types.h"
#include "macros.h"
#include "graph.h"
-#include "gvrender.h"
+#include "gvc.h"
/* from common/utils.c */
extern void *zmalloc(size_t);
#include "types.h"
#include "macros.h"
-#include "gvrender.h"
+#include "gvc.h"
extern void emit_graph(GVC_t * gvc, graph_t * g, int flags);
#include "config.h"
#include "types.h"
-#include "gvrender.h"
+#include "gvc.h"
/* from common/utils.c */
extern void *zmalloc(size_t);
#include "macros.h"
#include "gvplugin_layout.h"
-#include "gvrender.h"
+#include "gvc.h"
int gvlayout_select(GVC_t * gvc, char *layout)
{
#include "config.h"
#include "types.h"
#include "macros.h"
-#include "gvrender.h"
+#include "gvc.h"
/*
* Define an apis array of name strings using an enumerated api_t as index.
#define GVLAYOUT_PLUGIN_H
#include "gvplugin.h"
-#include "gvrenderint.h"
+#include "gvcint.h"
#ifdef __cplusplus
extern "C" {
#define GVRENDER_PLUGIN_H
#include "gvplugin.h"
-#include "gvrenderint.h"
+#include "gvcint.h"
#ifdef __cplusplus
extern "C" {
#include "cdt.h"
#include "gvplugin_render.h"
-#include "gvrender.h"
+#include "gvc.h"
/* FIXME - need these but without rest of crap in common/ */
extern void colorxlate(char *str, color_t * color,