diff options
author | Shawn Landden <shawn@churchofgit.com> | 2013-11-18 07:58:43 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-18 20:28:54 -0500 |
commit | 05d3a176239c1dd67863c70a5b79d9bc14144ef6 (patch) | |
tree | ea288f8cd73c1cb071941e15427a6044f4d0c230 /src/shared/hwclock.h | |
parent | d5d217eae1b3ba978c4ddd6a2ef2de4621329662 (diff) |
use #pragma once instead of foo*foo define guards
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 |