diff options
Diffstat (limited to 'src/timelog.h')
-rw-r--r-- | src/timelog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/timelog.h b/src/timelog.h index 337271cc..36aaf035 100644 --- a/src/timelog.h +++ b/src/timelog.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_TIMELOG_H -#define INCLUDED_TIMELOG_H +#pragma once #include "utils.h" #include "times.h" @@ -107,5 +106,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_TIMELOG_H |