diff options
Diffstat (limited to 'src/lookup.h')
-rw-r--r-- | src/lookup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lookup.h b/src/lookup.h index 601fbb9d..53d136b1 100644 --- a/src/lookup.h +++ b/src/lookup.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_LOOKUP_H -#define INCLUDED_LOOKUP_H +#pragma once #include "iterators.h" @@ -53,5 +52,3 @@ lookup_probable_account(const string& ident, account_t * ref_account = NULL); } // namespace ledger - -#endif // INCLUDED_LOOKUP_H |