diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/utils.h b/src/utils.h index 22fc48dc..a3ef8d39 100644 --- a/src/utils.h +++ b/src/utils.h @@ -441,16 +441,13 @@ inline void throw_unexpected_error(char c, char wanted) { /********************************************************************** * * Date/time support classes - */ - -#include "times.h" - -/********************************************************************** - * * General support for objects with "flags" + * Support for scoped execution and variable restoration */ +#include "times.h" #include "flags.h" +#include "scoped_execute.h" /********************************************************************** * |