aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-04 01:12:50 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-04 01:17:44 +0700
commit0d2e9bedd58778636c12d091e48ccb9b62fe21fb (patch)
tree87d64dc47a06388cf4de01fadf2e5c8e002055df
parent29e893028ec4fbe6c63afb88c9714d8f128ab218 (diff)
msc/rrlp.h: use #pragma once include guard
-rw-r--r--include/osmocom/msc/rrlp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/osmocom/msc/rrlp.h b/include/osmocom/msc/rrlp.h
index c89402a2d..5071a7f5c 100644
--- a/include/osmocom/msc/rrlp.h
+++ b/include/osmocom/msc/rrlp.h
@@ -1,7 +1,3 @@
-#ifndef _RRLP_H
-#define _RRLP_H
+#pragma once
void on_dso_load_rrlp(void);
-
-#endif /* _RRLP_H */
-