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/stub.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stub.h') diff --git a/src/stub.h b/src/stub.h index ec5f7a1..104f869 100644 --- a/src/stub.h +++ b/src/stub.h @@ -1,8 +1,8 @@ // Copyright 2012-2021 David Robillard // SPDX-License-Identifier: ISC -#ifndef PUGL_DETAIL_STUB_H -#define PUGL_DETAIL_STUB_H +#ifndef PUGL_SRC_STUB_H +#define PUGL_SRC_STUB_H #include "pugl/pugl.h" @@ -56,4 +56,4 @@ puglStubGetContext(PuglView* const view) PUGL_END_DECLS -#endif // PUGL_DETAIL_STUB_H +#endif // PUGL_SRC_STUB_H -- cgit v1.2.1