summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/post.h b/src/post.h
index 453556a2..48b614bf 100644
--- a/src/post.h
+++ b/src/post.h
@@ -39,8 +39,7 @@
*
* @ingroup data
*/
-#ifndef INCLUDED_POST_H
-#define INCLUDED_POST_H
+#pragma once
#include "item.h"
@@ -268,5 +267,3 @@ void extend_post(post_t& post, journal_t& journal);
void put_post(property_tree::ptree& pt, const post_t& post);
} // namespace ledger
-
-#endif // INCLUDED_POST_H