diff options
Diffstat (limited to 'libpqpp/pq-command.h')
-rw-r--r-- | libpqpp/pq-command.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libpqpp/pq-command.h b/libpqpp/pq-command.h index 4f1f1ea..565bcfb 100644 --- a/libpqpp/pq-command.h +++ b/libpqpp/pq-command.h @@ -1,5 +1,4 @@ -#ifndef PQ_COMMAND_H -#define PQ_COMMAND_H +#pragma once #include "command.h" #include "pq-connection.h" @@ -81,5 +80,3 @@ namespace PQ { std::vector<std::unique_ptr<std::string>> bufs; }; } - -#endif |