summaryrefslogtreecommitdiff
path: root/libpqpp/pq-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-error.h')
-rw-r--r--libpqpp/pq-error.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libpqpp/pq-error.h b/libpqpp/pq-error.h
index ffa47c1..2112977 100644
--- a/libpqpp/pq-error.h
+++ b/libpqpp/pq-error.h
@@ -1,5 +1,4 @@
-#ifndef PQ_ERROR_H
-#define PQ_ERROR_H
+#pragma once
#include "error.h" // IWYU pragma: export
#include <exception.h>
@@ -19,5 +18,3 @@ namespace PQ {
std::string msg;
};
}
-
-#endif