* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef CLUSTEREDGES_H
-#define CLUSTEREDGES_H
-
#include <common/render.h>
#include <neatogen/adjust.h>
extern int compoundEdges(graph_t * g, expand_t* pm, int splines);
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef COMP_H
-#define COMP_H
-
#include <common/render.h>
extern graph_t **findCComp(graph_t *, int *, int *);
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef FDPDBG_H
-#define FDPDBG_H
-
#ifdef DEBUG
#include <fdpgen/fdp.h>
#endif
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef FDP_H
-#define FDP_H
+#pragma once
#include <common/render.h>
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef GRID_H
-#define GRID_H
-
#include "config.h"
#include <common/render.h>
extern void delGrid(Grid *);
extern int gLength(cell * p);
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef TLAYOUT_H
-#define TLAYOUT_H
-
#include <fdpgen/fdp.h>
#include <fdpgen/xlayout.h>
extern void fdp_initParams(graph_t *);
extern void fdp_tLayout(graph_t *, xparams *);
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef XLAYOUT_H
-#define XLAYOUT_H
-
#include <fdpgen/fdp.h>
typedef struct {
extern void fdp_xLayout(graph_t *, xparams *);
-#endif
-
#ifdef __cplusplus
}
#endif