From a8a09df6a60d3dd78fc7118dbad6eca99b145c37 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 18 Apr 2011 17:07:35 +0200 Subject: 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 --- openbsc/include/openbsc/socket.h | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/include/openbsc/socket.h') diff --git a/openbsc/include/openbsc/socket.h b/openbsc/include/openbsc/socket.h index 197691370..87ef37f07 100644 --- a/openbsc/include/openbsc/socket.h +++ b/openbsc/include/openbsc/socket.h @@ -1,7 +1,6 @@ #ifndef _BSC_SOCKET_H #define _BSC_SOCKET_H -#include #include #ifndef IPPROTO_GRE -- cgit v1.2.3