From ba4a5bf884516769211e75d11884a1e458323a21 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 9 Jan 2020 06:43:14 +0000 Subject: classify: Reduce the include dependencies on vnet_classify.h Type: refactor currently vnet_classify.h is included in ip.h where it's not required. Change-Id: Id55682637601655aa2edda681536a979c8e323bd Signed-off-by: Neale Ranns --- src/vnet/ipfix-export/flow_report_classify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ipfix-export') diff --git a/src/vnet/ipfix-export/flow_report_classify.c b/src/vnet/ipfix-export/flow_report_classify.c index 15118f9cfaa..f004e9a0806 100644 --- a/src/vnet/ipfix-export/flow_report_classify.c +++ b/src/vnet/ipfix-export/flow_report_classify.c @@ -15,6 +15,7 @@ #include #include #include +#include /* Common prefix of tcp and udp headers * containing only source and destination port fields */ -- cgit 1.2.3-korg