diff options
author | paul <paul> | 2005-11-20 03:15:50 +0100 |
---|---|---|
committer | paul <paul> | 2005-11-20 03:15:50 +0100 |
commit | 77b1cffe3b71c886152534b8507f00c7fcbd12c9 (patch) | |
tree | c5eb056d6254172e741b65586d71e2e6c54fc094 /isisd/isis_events.c | |
parent | - quagga.spec.in: Release sub-rev now release_rev macro, for rpmbuild -D (diff) | |
download | frr-77b1cffe3b71c886152534b8507f00c7fcbd12c9.tar.xz frr-77b1cffe3b71c886152534b8507f00c7fcbd12c9.zip |
[isisd] remove includes of common system headers.
2005-11-20 Paul Jakma <paul.jakma@sun.com>
* (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.
Diffstat (limited to 'isisd/isis_events.c')
-rw-r--r-- | isisd/isis_events.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c index 8b37e8c51..438009224 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c @@ -19,9 +19,6 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <stdlib.h> -#include <stdio.h> -#include <ctype.h> #include <zebra.h> #include "log.h" |