summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.c
diff options
context:
space:
mode:
authorpaul <paul>2005-11-20 02:15:50 +0000
committerpaul <paul>2005-11-20 02:15:50 +0000
commit6cb19b00b88d53bc02ac8e92b830fddd0e90667e (patch)
tree8338db91984983675488126b6cd52ee0d54b469a /isisd/isis_circuit.c
parent17693eae4d74e19fa69a166b9f0f3984bc2f1571 (diff)
downloadquagga-6cb19b00b88d53bc02ac8e92b830fddd0e90667e.tar.bz2
quagga-6cb19b00b88d53bc02ac8e92b830fddd0e90667e.tar.xz
[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_circuit.c')
-rw-r--r--isisd/isis_circuit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/isisd/isis_circuit.c b/isisd/isis_circuit.c
index ee73dc44..76145f02 100644
--- a/isisd/isis_circuit.c
+++ b/isisd/isis_circuit.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>
#ifdef GNU_LINUX
#include <net/ethernet.h>