X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fhwclock.h;h=4330b8ea87f17df91ae13b5c3227c44e8ddd613e;hp=b2bdc78f0cd139868bf6f97ef674624898958697;hb=05d3a176239c1dd67863c70a5b79d9bc14144ef6;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/src/shared/hwclock.h b/src/shared/hwclock.h index b2bdc78f0..4330b8ea8 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