From 6cb19b00b88d53bc02ac8e92b830fddd0e90667e Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 20 Nov 2005 02:15:50 +0000 Subject: [isisd] remove includes of common system headers. 2005-11-20 Paul Jakma * (general) remove includes of very common system headers, these are already picked up by zebra.h. Further, including them before zebra.h messes up all our lovely (sarcasm) autoconf'd detecting of platform specific things. Recent addition of stdint.h to configure.ac and zebra.h appears particularly to throw up this problem. --- isisd/isis_adjacency.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'isisd/isis_adjacency.c') diff --git a/isisd/isis_adjacency.c b/isisd/isis_adjacency.c index a4078d72..d8c7448e 100644 --- a/isisd/isis_adjacency.c +++ b/isisd/isis_adjacency.c @@ -21,9 +21,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include -#include #include #include "log.h" -- cgit v1.2.3