* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef ASPECT_H
-#define ASPECT_H
+#pragma once
typedef struct aspect_t {
double targetAR; /* target aspect ratio */
extern void initEdgeTypes(graph_t * g);
extern void init_UF_size(graph_t * g);
extern int countDummyNodes(graph_t * g);
-
-#endif /* ASPECT_H */
-
* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-#ifndef DOT_H
-#define DOT_H
+#pragma once
#include "render.h"
#include <dotgen/dotprocs.h>
-
-#endif /* DOT_H */