From ec7a751fac40d07eba3bac1dc4d1c7f4235adc52 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Apr 2022 17:33:12 -0400 Subject: Fix private include guards --- src/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 84e8a17..aa17b7f 100644 --- a/src/types.h +++ b/src/types.h @@ -1,8 +1,8 @@ // Copyright 2012-2020 David Robillard // SPDX-License-Identifier: ISC -#ifndef PUGL_DETAIL_TYPES_H -#define PUGL_DETAIL_TYPES_H +#ifndef PUGL_SRC_TYPES_H +#define PUGL_SRC_TYPES_H #include "pugl/pugl.h" @@ -95,4 +95,4 @@ struct PuglBackendImpl { void* (*getContext)(PuglView*); }; -#endif // PUGL_DETAIL_TYPES_H +#endif // PUGL_SRC_TYPES_H -- cgit v1.2.1