* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-#ifndef _PATHGEOM_INCLUDE
-#define _PATHGEOM_INCLUDE
+#pragma once
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-
-#ifndef _PATH_INCLUDE
-#define _PATH_INCLUDE
+#pragma once
#include "pathgeom.h"
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
-
-#ifndef _PATHUTIL_INCLUDE
-#define _PATHUTIL_INCLUDE
#define _BLD_pathplan 1
#include "pathplan.h"
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-
-
-#ifndef _SOLVERS_INCLUDE
-#define _SOLVERS_INCLUDE
-
extern int solve3(double *, double *);
extern int solve2(double *, double *);
extern int solve1(double *, double *);
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-#ifndef VISIBILITY_H
-#define VISIBILITY_H
+#pragma once
#include <assert.h>
#include <math.h>
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-
-#ifndef _VIS_INCLUDE
-#define _VIS_INCLUDE
+#pragma once
#include <pathgeom.h>
#ifdef __cplusplus
}
#endif
-#endif