diff options
Diffstat (limited to 'src/quotes.h')
-rw-r--r-- | src/quotes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quotes.h b/src/quotes.h index f1b347de..fc662bef 100644 --- a/src/quotes.h +++ b/src/quotes.h @@ -39,8 +39,8 @@ * * @ingroup extra */ -#ifndef _QUOTES_H -#define _QUOTES_H +#ifndef INCLUDED_QUOTES_H +#define INCLUDED_QUOTES_H namespace ledger { @@ -50,4 +50,4 @@ commodity_quote_from_script(commodity_t& commodity, } // namespace ledger -#endif // _QUOTES_H +#endif // INCLUDED_QUOTES_H |