diff options
author | muhden <[email protected]> | 2022-02-10 16:51:48 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:48 +0300 |
commit | 1dbd640faa41bcc5e0706aa58be73600774045eb (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/datetime.h | |
parent | d449e2096cfd23bf76d1e80ec9563dd3ca7b75cd (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/datetime.h')
-rw-r--r-- | util/system/datetime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/datetime.h b/util/system/datetime.h index fee40867469..aa009974e09 100644 --- a/util/system/datetime.h +++ b/util/system/datetime.h @@ -10,8 +10,8 @@ #if defined(_darwin_) && !defined(_x86_) #include <mach/mach_time.h> -#endif - +#endif + /// util/system/datetime.h contains only system time providers /// for handy datetime utilities include util/datetime/base.h |