summaryrefslogtreecommitdiffstats
path: root/src/statistics.c
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 /src/statistics.c
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 'src/statistics.c')
-rw-r--r--src/statistics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/statistics.c b/src/statistics.c
index a612140..83bb6ed 100644
--- a/src/statistics.c
+++ b/src/statistics.c
@@ -20,7 +20,6 @@
*
*/
-#include <sys/types.h>
#include <string.h>
#include <osmocom/core/linuxlist.h>