From 0cc1545d05be6f655c950904b1da776190f3af16 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Dec 2013 08:30:29 +0000 Subject: Move most of the plugin code from epan to wsutil and remove all knowledge of particular types of plugins. Instead, let particular types of plugins register with the common plugin code, giving a name and a routine to recognize that type of plugin. In particular applications, only process the relevant plugin types. Add a Makefile.common to the codecs directory. svn path=/trunk/; revision=53710 --- rawshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rawshark.c') diff --git a/rawshark.c b/rawshark.c index b86de656b3..7dd8b793d3 100644 --- a/rawshark.c +++ b/rawshark.c @@ -70,6 +70,7 @@ #include #include #include +#include #include "globals.h" #include @@ -85,7 +86,6 @@ #include "clopts_common.h" #include "cmdarg_err.h" #include "version_info.h" -#include #include "register.h" #include "conditions.h" #include "capture_stop_conditions.h" -- cgit v1.2.3