]> granicus.if.org Git - graphviz/commitdiff
lib/osage: replace header guards with more modern #pragma once
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Oct 2021 00:23:37 +0000 (17:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 27 Oct 2021 00:28:42 +0000 (17:28 -0700)
lib/osage/osage.h

index 8bf442972172719c9f86860f73d26f73d4187d3a..320a2db6cc696cae258e283bd49907c8bf0d1150 100644 (file)
@@ -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