chiark / gitweb /
hwclock: do not seal the kernel's time-warp call from inside the initrd
[elogind.git] / src / core / timer.h
index 985b460ab110f509d73d94d2fcaad691b9afed57..c6d1d42e44ea67de069e04168556fbb7ca612b14 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef footimerhfoo
-#define footimerhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -89,5 +88,3 @@ TimerBase timer_base_from_string(const char *s);
 
 const char* timer_result_to_string(TimerResult i);
 TimerResult timer_result_from_string(const char *s);
-
-#endif