diff options
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.h')
-rw-r--r-- | libpqpp/pq-cursorselectcommand.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h index bd46547..23798cd 100644 --- a/libpqpp/pq-cursorselectcommand.h +++ b/libpqpp/pq-cursorselectcommand.h @@ -1,5 +1,4 @@ -#ifndef PQ_CURSORSELECTCOMMAND_H -#define PQ_CURSORSELECTCOMMAND_H +#pragma once #include "command_fwd.h" #include "pq-command.h" @@ -31,5 +30,3 @@ namespace PQ { std::string s_close; }; } - -#endif |