diff options
Diffstat (limited to 'src/shared/hwclock.h')
-rw-r--r-- | src/shared/hwclock.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/hwclock.h b/src/shared/hwclock.h index b2bdc78f0c..4330b8ea87 100644 --- a/src/shared/hwclock.h +++ b/src/shared/hwclock.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foohwclockhfoo -#define foohwclockhfoo +#pragma once /*** This file is part of systemd. @@ -27,5 +26,3 @@ int hwclock_set_timezone(int *min); int hwclock_reset_timezone(void); int hwclock_get_time(struct tm *tm); int hwclock_set_time(const struct tm *tm); - -#endif |