From 625202349eee218fd71dce8184458d6f0c1c42f4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 29 May 2021 10:34:57 -0700 Subject: [PATCH] replace ingraphs header guard with more modern #pragma once --- lib/ingraphs/ingraphs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/ingraphs/ingraphs.h b/lib/ingraphs/ingraphs.h index 0e435bd5c..ce63b61b6 100644 --- a/lib/ingraphs/ingraphs.h +++ b/lib/ingraphs/ingraphs.h @@ -8,8 +8,7 @@ * Contributors: Details at https://graphviz.org *************************************************************************/ -#ifndef INGRAPHS_H -#define INGRAPHS_H +#pragma once /* The ingraphs library works with libcgraph with all user-supplied data. For * this to work, the include file relies upon its context to supply a definition @@ -54,4 +53,3 @@ extern "C" { #ifdef __cplusplus } #endif -#endif -- 2.40.0