From 77b1cffe3b71c886152534b8507f00c7fcbd12c9 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_lsp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'isisd/isis_lsp.c') diff --git a/isisd/isis_lsp.c b/isisd/isis_lsp.c index 7b4491c2..63f2b6b9 100644 --- a/isisd/isis_lsp.c +++ b/isisd/isis_lsp.c @@ -21,8 +21,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include #include #include "linklist.h" -- cgit v1.2.1