diff options
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,8 +39,8 @@ * * @ingroup data */ -#ifndef _POST_H -#define _POST_H +#ifndef INCLUDED_POST_H +#define INCLUDED_POST_H #include "item.h" @@ -269,4 +269,4 @@ void put_post(property_tree::ptree& pt, const post_t& post); } // namespace ledger -#endif // _POST_H +#endif // INCLUDED_POST_H |