aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libtrau
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/src/libtrau
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/src/libtrau')
-rw-r--r--openbsc/src/libtrau/rtp_proxy.c1
-rw-r--r--openbsc/src/libtrau/trau_mux.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/libtrau/rtp_proxy.c b/openbsc/src/libtrau/rtp_proxy.c
index 97284ae18..04e224ccb 100644
--- a/openbsc/src/libtrau/rtp_proxy.c
+++ b/openbsc/src/libtrau/rtp_proxy.c
@@ -36,7 +36,6 @@
#include <openbsc/rtp_proxy.h>
/* attempt to determine byte order */
-#include <sys/types.h>
#include <sys/param.h>
#include <limits.h>
diff --git a/openbsc/src/libtrau/trau_mux.c b/openbsc/src/libtrau/trau_mux.c
index 82813b392..b1fd81d79 100644
--- a/openbsc/src/libtrau/trau_mux.c
+++ b/openbsc/src/libtrau/trau_mux.c
@@ -21,7 +21,6 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
#include <openbsc/gsm_data.h>
#include <openbsc/trau_frame.h>