summaryrefslogtreecommitdiff
path: root/src/database-postgresql.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/database-postgresql.h')
-rw-r--r--src/database-postgresql.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/database-postgresql.h b/src/database-postgresql.h
index 8bb72ec6a..94d651e24 100644
--- a/src/database-postgresql.h
+++ b/src/database-postgresql.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef DATABASE_POSTGRESQL_HEADER
-#define DATABASE_POSTGRESQL_HEADER
+#pragma once
#include <string>
#include <libpq-fe.h>
@@ -145,6 +144,3 @@ protected:
private:
bool playerDataExists(const std::string &playername);
};
-
-#endif
-