diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-10-09 09:16:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-09 09:16:51 +0300 |
| commit | 91740ca9f8e625f42de33329a6bee690d69b2d5c (patch) | |
| tree | c87d7c59c67b345fbcaa24e8e7b0bbb1b607c649 /ospf6d/ospf6d.c | |
| parent | e9c693a74d9ef1902cbfa866522d6e2e8f580890 (diff) | |
| parent | cba271c7e01d9c1d67885155759ea82d71955438 (diff) | |
Merge pull request #7264 from donaldsharp/ospfv3_funkiness
Some cleanup from recent commits
Diffstat (limited to 'ospf6d/ospf6d.c')
| -rw-r--r-- | ospf6d/ospf6d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index e904482391..65607fc131 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -27,6 +27,7 @@ #include "plist.h" #include "ospf6_proto.h" +#include "ospf6_top.h" #include "ospf6_network.h" #include "ospf6_lsa.h" #include "ospf6_lsdb.h" @@ -34,7 +35,6 @@ #include "ospf6_route.h" #include "ospf6_zebra.h" #include "ospf6_spf.h" -#include "ospf6_top.h" #include "ospf6_area.h" #include "ospf6_interface.h" #include "ospf6_neighbor.h" |
