summaryrefslogtreecommitdiffstats
path: root/src/msgb.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-18 16:52:55 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-18 16:57:04 +0200
commit28dbfe9bf7a799ab1da2563fd5e007d007b54168 (patch)
treeb4e07c040d97e78a06c872af4a0b1e7543a508e2 /src/msgb.c
parenta9f526a1abb1d2bfa68c611f1676fea2d89bc9d9 (diff)
misc: Remove the sys/types.h include from various files
We used this include for the u_int{8,16,32}_t types but we do not need this anymore.
Diffstat (limited to 'src/msgb.c')
-rw-r--r--src/msgb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/msgb.c b/src/msgb.c
index 86720064..d2c167aa 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -22,7 +22,6 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
-#include <sys/types.h>
#include <osmocom/core/msgb.h>
//#include <openbsc/gsm_data.h>