aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libabis/e1_input.c
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/libabis/e1_input.c
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/libabis/e1_input.c')
-rw-r--r--openbsc/src/libabis/e1_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/libabis/e1_input.c b/openbsc/src/libabis/e1_input.c
index 7444bc7df..1a79261d4 100644
--- a/openbsc/src/libabis/e1_input.c
+++ b/openbsc/src/libabis/e1_input.c
@@ -26,7 +26,6 @@
#include <string.h>
#include <time.h>
#include <sys/fcntl.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>