summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/timer.h')
-rw-r--r--include/osmocom/core/timer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/timer.h b/include/osmocom/core/timer.h
index d37af806..d7343576 100644
--- a/include/osmocom/core/timer.h
+++ b/include/osmocom/core/timer.h
@@ -26,8 +26,7 @@
* \brief Osmocom timer handling routines
*/
-#ifndef TIMER_H
-#define TIMER_H
+#pragma once
#include <sys/time.h>
@@ -85,5 +84,3 @@ int osmo_timers_update(void);
int osmo_timers_check(void);
/*! @} */
-
-#endif