From 5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4 Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 16 Mar 2004 14:38:36 +0000 Subject: 2004-03-16 David Young * (many) reference rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir --- ospf6d/ospf6_lsa.c | 2 +- ospf6d/ospf6_main.c | 2 +- ospf6d/ospf6d.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ospf6d') diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index b14979ff..712aa686 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -23,7 +23,7 @@ #include /* Include other stuffs */ -#include "version.h" +#include #include "log.h" #include "getopt.h" #include "linklist.h" diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index f0a23ebc..3b7cfc9a 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -23,7 +23,7 @@ #include "getopt.h" #include "thread.h" #include "log.h" -#include "version.h" +#include #include "command.h" #include "vty.h" #include "memory.h" diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 8c7af99e..e867b1c1 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -27,7 +27,7 @@ #ifndef HEADER_DEPENDENCY /* Include other stuffs */ -#include "version.h" +#include #include "log.h" #include "getopt.h" #include "thread.h" -- cgit v1.2.1