From 5ad7c7c5bccca69b53e4049cb767d8309a465cf9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 20 Oct 2021 17:23:37 -0700 Subject: [PATCH] lib/osage: replace header guards with more modern #pragma once --- lib/osage/osage.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/osage/osage.h b/lib/osage/osage.h index 8bf442972..320a2db6c 100644 --- a/lib/osage/osage.h +++ b/lib/osage/osage.h @@ -8,8 +8,7 @@ * Contributors: Details at https://graphviz.org *************************************************************************/ -#ifndef CLUSTER_H -#define CLUSTER_H +#pragma once #include "render.h" @@ -23,4 +22,3 @@ extern void cluster_cleanup(Agraph_t * g); #ifdef __cplusplus } #endif -#endif -- 2.40.0