diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-09 06:43:14 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-01-14 16:18:52 +0000 |
commit | ba4a5bf884516769211e75d11884a1e458323a21 (patch) | |
tree | 949ceef82a6384ced21b257323a59133dcecec5e /src/vnet/ipfix-export | |
parent | 207a1633094526697729f322269b937f841aaf47 (diff) |
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 <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ipfix-export')
-rw-r--r-- | src/vnet/ipfix-export/flow_report_classify.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <vnet/ipfix-export/flow_report.h> #include <vnet/ipfix-export/flow_report_classify.h> #include <vnet/api_errno.h> +#include <vnet/classify/vnet_classify.h> /* Common prefix of tcp and udp headers * containing only source and destination port fields */ |