diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-04-18 16:52:55 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-04-18 16:57:04 +0200 |
commit | 28dbfe9bf7a799ab1da2563fd5e007d007b54168 (patch) | |
tree | b4e07c040d97e78a06c872af4a0b1e7543a508e2 /tests/sms | |
parent | a9f526a1abb1d2bfa68c611f1676fea2d89bc9d9 (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 'tests/sms')
-rw-r--r-- | tests/sms/sms_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sms/sms_test.c b/tests/sms/sms_test.c index f5d82b99..b4ed631f 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> |