summaryrefslogtreecommitdiff
path: root/libpqpp/pq-modifycommand.h
diff options
context:
space:
mode:
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