diff options
Diffstat (limited to 'src/quotes.h')
-rw-r--r-- | src/quotes.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/quotes.h b/src/quotes.h index 04cb986c..456376c2 100644 --- a/src/quotes.h +++ b/src/quotes.h @@ -39,8 +39,7 @@ * * @ingroup extra */ -#ifndef INCLUDED_QUOTES_H -#define INCLUDED_QUOTES_H +#pragma once namespace ledger { @@ -49,5 +48,3 @@ commodity_quote_from_script(commodity_t& commodity, const commodity_t * exchange_commodity); } // namespace ledger - -#endif // INCLUDED_QUOTES_H |