From 523fc8c9adaa9db4398c0d80db078caa8634cef4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 9 Oct 2023 00:57:59 +0100 Subject: Replace ifndef/define/endif with pragma once --- libpqpp/pq-binarycolumn.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libpqpp/pq-binarycolumn.h') diff --git a/libpqpp/pq-binarycolumn.h b/libpqpp/pq-binarycolumn.h index e44d7e2..0d40c84 100644 --- a/libpqpp/pq-binarycolumn.h +++ b/libpqpp/pq-binarycolumn.h @@ -1,5 +1,4 @@ -#ifndef PG_BINARY_COLUMN_H -#define PG_BINARY_COLUMN_H +#pragma once #include "pq-column.h" @@ -20,5 +19,3 @@ namespace PQ { template [[nodiscard]] inline T valueAs() const; }; } - -#endif -- cgit v1.2.3