From fad45baee35ac1801499bebfe24c53cfaff5cf67 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 13 Jul 2009 15:24:42 -0400 Subject: Remove system includes for dpid --- dpid/dpi.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'dpid/dpi.h') diff --git a/dpid/dpi.h b/dpid/dpi.h index d97fdc6d..0605e5d3 100644 --- a/dpid/dpi.h +++ b/dpid/dpi.h @@ -7,13 +7,8 @@ #ifndef DPI_H #define DPI_H -#include -#include -#include -#include -#include -#include -#include +#include /* for socklen_t */ +#include /* for socklen_t and AF_LOCAL */ /* Check the Unix98 goodie */ #ifndef socklen_t -- cgit v1.2.3