aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-24 19:09:13 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-24 19:09:13 +0100
commit837beea52c8d10aa9ca31ca36779755c78e84242 (patch)
treeb1f9a3c3e631bb556ba866ad640412fce85ab588 /include
parent80565cd8c339a2a72244d599c39b1a1aaac923a6 (diff)
mtp: Convert to pragma once
This already fixes a clash of filenames in cellmgr-ng
Diffstat (limited to 'include')
-rw-r--r--include/mtp/mtp_level3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/mtp/mtp_level3.h b/include/mtp/mtp_level3.h
index 9b56cad..0ef2c8f 100644
--- a/include/mtp/mtp_level3.h
+++ b/include/mtp/mtp_level3.h
@@ -20,8 +20,7 @@
*
*/
-#ifndef mtp_level3_h
-#define mtp_level3_h
+#pragma once
#include <osmocom/core/endian.h>
@@ -170,4 +169,3 @@ struct sccp_con_ctrl_prt_mgt {
#endif
} __attribute__((packed));
-#endif