aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-18 17:07:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-18 17:31:39 +0200
commita8a09df6a60d3dd78fc7118dbad6eca99b145c37 (patch)
treee5aa13723f84c209a68707033f1fa5bb31c42f17 /openbsc/include/openbsc/abis_nm.h
parentc42ad8b68619b58bfbc98a0409d74a86b603aebf (diff)
misc: Remove sys/types.h includes from the files
These are not needed any more. We used them for u_int types but we now use uint which comes from stdint.h
Diffstat (limited to 'openbsc/include/openbsc/abis_nm.h')
-rw-r--r--openbsc/include/openbsc/abis_nm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index 4ea17927f..5f11c459d 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -22,7 +22,6 @@
#ifndef _NM_H
#define _NM_H
-#include <sys/types.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>