aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils
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/utils
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/utils')
-rw-r--r--openbsc/src/utils/bs11_config.c1
-rw-r--r--openbsc/src/utils/isdnsync.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/utils/bs11_config.c b/openbsc/src/utils/bs11_config.c
index 0047a92c6..9a61f4c16 100644
--- a/openbsc/src/utils/bs11_config.c
+++ b/openbsc/src/utils/bs11_config.c
@@ -30,7 +30,6 @@
#include <fcntl.h>
#include <signal.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <openbsc/gsm_data.h>
diff --git a/openbsc/src/utils/isdnsync.c b/openbsc/src/utils/isdnsync.c
index 1c4aa5d6e..d8fca761b 100644
--- a/openbsc/src/utils/isdnsync.c
+++ b/openbsc/src/utils/isdnsync.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>