From 587f156557c67a8dd4e025d7ce08b154cbb1132d Mon Sep 17 00:00:00 2001 From: Campus Date: Mon, 30 Nov 2015 12:37:15 +0100 Subject: reorganized header files - added ndpi_includes.h --- src/lib/protocols/afp.c | 2 +- src/lib/protocols/armagetron.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/protocols') diff --git a/src/lib/protocols/afp.c b/src/lib/protocols/afp.c index 1b5232494..0f61986bc 100644 --- a/src/lib/protocols/afp.c +++ b/src/lib/protocols/afp.c @@ -23,8 +23,8 @@ * */ - #include "ndpi_protocols.h" + #ifdef NDPI_PROTOCOL_AFP static void ndpi_int_afp_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) diff --git a/src/lib/protocols/armagetron.c b/src/lib/protocols/armagetron.c index c93c2a6df..61a32326e 100644 --- a/src/lib/protocols/armagetron.c +++ b/src/lib/protocols/armagetron.c @@ -22,8 +22,9 @@ * */ -/* include files */ + #include "ndpi_protocols.h" + #ifdef NDPI_PROTOCOL_ARMAGETRON -- cgit v1.2.3