From ca375cc8af4bb9d3a870dd0ff81e9853be216c87 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Apr 2023 19:36:12 +0200 Subject: Use #pragma once --- src/pyutils.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pyutils.h') diff --git a/src/pyutils.h b/src/pyutils.h index df4903cf..5148e888 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -29,8 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef INCLUDED_PYUTILS_H -#define INCLUDED_PYUTILS_H +#pragma once template struct object_from_python @@ -183,5 +182,3 @@ namespace boost { namespace python { } } // namespace boost::python //boost::python::register_ptr_to_python< boost::shared_ptr >(); - -#endif // INCLUDED_PYUTILS_H -- cgit v1.2.3