summaryrefslogtreecommitdiff
path: root/libpqpp/pq-binarycolumn.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-binarycolumn.h')
-rw-r--r--libpqpp/pq-binarycolumn.h5
1 files changed, 1 insertions, 4 deletions
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<std::integral T> [[nodiscard]] inline T valueAs() const;
};
}
-
-#endif