aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/select.h')
-rw-r--r--include/osmocom/core/select.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/select.h b/include/osmocom/core/select.h
index efdd716f..b6b9e821 100644
--- a/include/osmocom/core/select.h
+++ b/include/osmocom/core/select.h
@@ -1,5 +1,4 @@
-#ifndef _BSC_SELECT_H
-#define _BSC_SELECT_H
+#pragma once
#include <osmocom/core/linuxlist.h>
@@ -41,5 +40,3 @@ void osmo_fd_unregister(struct osmo_fd *fd);
int osmo_select_main(int polling);
/*! @} */
-
-#endif /* _BSC_SELECT_H */