Amusingly it looks like some time in the past (prior to version control) someone
got a little trigger happy find-and-replacing “CompText” with “CompFont”.
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLCOMPBUTTON_H
-#define GLCOMPBUTTON_H
+
+#pragma once
#include <glcomp/glcompdefs.h>
#ifdef __cplusplus
}
#endif
-#endif
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLCOMPDEFS_H
-#define GLCOMPDEFS_H
+
+#pragma once
#include <stdio.h>
#include <stdlib.h>
#ifdef __cplusplus
}
#endif
-#endif
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef glCompFont_H
-#define glCompFont_H
+
+#pragma once
#include <stdlib.h>
#include <string.h>
#ifdef __cplusplus
}
#endif
-#endif
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLCOMPIMAGE_H
-#define GLCOMPIMAGE_H
+
+#pragma once
#include <glcomp/glcompdefs.h>
#ifdef __cplusplus
}
#endif
-#endif
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLCOMPLABEL_H
-#define GLCOMPLABEL_H
+
+#pragma once
#include <glcomp/glcompdefs.h>
#ifdef __cplusplus
}
#endif
-#endif
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLCOMPMOUSE_H
-#define GLCOMPMOUSE_H
+
+#pragma once
#include <glcomp/glcompdefs.h>
#ifdef __cplusplus
}
#endif
-#endif
*
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLCOMPPANEL_H
-#define GLCOMPPANEL_H
+
+#pragma once
#include <glcomp/glcompdefs.h>
#ifdef __cplusplus
}
#endif
-#endif
/*Open GL basic component set
includes glPanel,glCompButton,glCompCustomButton,clCompLabel,glCompStyle
*/
-#ifndef GLCOMPSET_H
-#define GLCOMPSET_H
+
+#pragma once
#include <glcomp/glcompfont.h>
#include <glcomp/glcomptextpng.h>
#ifdef __cplusplus
}
#endif
-#endif
includes glPanel,glCompButton,glCompCustomButton,clCompLabel,glCompStyle
*/
-#ifndef glCompFontURE_H
-#define glCompFontURE_H
+#pragma once
#ifdef _WIN32
#include "windows.h"
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLPANGOFONT_H
-#define GLPANGOFONT_H
+#pragma once
+
#include <cairo/cairo.h>
#include <pango/pangocairo.h>
#include <png.h>
#ifdef __cplusplus
}
#endif
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef GLUTILS_H
-#define GLUTILS_H
+#pragma once
+
#ifdef _WIN32
#include "windows.h"
#endif
#ifdef __cplusplus
}
#endif
-#endif