summaryrefslogtreecommitdiff
path: root/ospfclient/ospf_apiclient.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-12-05 11:55:14 -0500
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-03-20 08:33:36 +0000
commit5d7402780ebbd43e0ddb51aed8fb3a7232775ed7 (patch)
tree8b7f127a0f47913cd54113f62b614a254d8521b3 /ospfclient/ospf_apiclient.c
parent73850c562f7644cc3df339607f0a592940c64d2c (diff)
ospfd, ospfclient: Do not just include .c files in another .c
ospfclient.c includes .c files directly from ospfd. Let's separate these out a bit. Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit 253113bcb80b7b489eb848988a90459403f870de)
Diffstat (limited to 'ospfclient/ospf_apiclient.c')
-rw-r--r--ospfclient/ospf_apiclient.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ospfclient/ospf_apiclient.c b/ospfclient/ospf_apiclient.c
index 4ce65e379a..2a125f08db 100644
--- a/ospfclient/ospf_apiclient.c
+++ b/ospfclient/ospf_apiclient.c
@@ -54,10 +54,6 @@
#include "ospf_apiclient.h"
-/* *sigh* ... can't find a better way to hammer this into automake */
-#include "ospfd/ospf_dump_api.c"
-#include "ospfd/ospf_api.c"
-
XREF_SETUP();
DEFINE_MGROUP(OSPFCLIENT, "libospfapiclient");