summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2011-04-18 16:52:55 +0200
committerHolger Hans Peter Freyther2011-04-18 16:57:04 +0200
commit28dbfe9bf7a799ab1da2563fd5e007d007b54168 (patch)
treeb4e07c040d97e78a06c872af4a0b1e7543a508e2 /tests
parentstats: Fix the compiler warnings (diff)
downloadlibosmocore-28dbfe9bf7a799ab1da2563fd5e007d007b54168.tar.gz
libosmocore-28dbfe9bf7a799ab1da2563fd5e007d007b54168.tar.xz
libosmocore-28dbfe9bf7a799ab1da2563fd5e007d007b54168.zip
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 'tests')
-rw-r--r--tests/sms/sms_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sms/sms_test.c b/tests/sms/sms_test.c
index f5d82b9..b4ed631 100644
--- a/tests/sms/sms_test.c
+++ b/tests/sms/sms_test.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/core/utils.h>