summaryrefslogtreecommitdiff
path: root/libpqpp/pq-modifycommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-10-09 00:57:59 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-10-09 00:57:59 +0100
commit523fc8c9adaa9db4398c0d80db078caa8634cef4 (patch)
treefdbf93e242dde9b2cd54fca794ab84cdb4340d19 /libpqpp/pq-modifycommand.h
parentAvoid repeated calls to PQunescapeBytea (diff)
downloadlibdbpp-postgresql-523fc8c9adaa9db4398c0d80db078caa8634cef4.tar.bz2
libdbpp-postgresql-523fc8c9adaa9db4398c0d80db078caa8634cef4.tar.xz
libdbpp-postgresql-523fc8c9adaa9db4398c0d80db078caa8634cef4.zip
Replace ifndef/define/endif with pragma onceHEADmain
Diffstat (limited to 'libpqpp/pq-modifycommand.h')
-rw-r--r--libpqpp/pq-modifycommand.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libpqpp/pq-modifycommand.h b/libpqpp/pq-modifycommand.h
index 04938bf..84f35e4 100644
--- a/libpqpp/pq-modifycommand.h
+++ b/libpqpp/pq-modifycommand.h
@@ -1,5 +1,4 @@
-#ifndef PQ_MODIFYCOMMAND_H
-#define PQ_MODIFYCOMMAND_H
+#pragma once
#include "command_fwd.h"
#include "pq-prepared.h"
@@ -16,5 +15,3 @@ namespace PQ {
unsigned int execute(bool) override;
};
}
-
-#endif