aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/strrb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/strrb.h')
-rw-r--r--include/osmocom/core/strrb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/strrb.h b/include/osmocom/core/strrb.h
index cfc56dc0..c563d1b9 100644
--- a/include/osmocom/core/strrb.h
+++ b/include/osmocom/core/strrb.h
@@ -1,5 +1,4 @@
-#ifndef _STRRB_H
-#define _STRRB_H
+#pragma once
/* (C) 2012-2013 by Katerina Barone-Adesi <kat.obsc@gmail.com>
* All Rights Reserved
@@ -54,5 +53,3 @@ size_t osmo_strrb_elements(const struct osmo_strrb *rb);
int osmo_strrb_add(struct osmo_strrb *rb, const char *data);
/*! @} */
-
-#endif /* _STRRB_H */