From 77cad8561cec1699d7a4317e34c5590d566c9eb8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Apr 2017 21:24:45 -0700 Subject: Move the filter file reading code to libui. It doesn't belong in libwireshark, as it doesn't affect dissection, but it *does* belong in libui, as it's helper code for the UIs. Change-Id: I8a5e0640a299a08e9ec1917dd253197438ebfdbc Reviewed-on: https://code.wireshark.org/review/20974 Reviewed-by: Guy Harris --- sharkd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sharkd.c') diff --git a/sharkd.c b/sharkd.c index 3b10167338..30df444d84 100644 --- a/sharkd.c +++ b/sharkd.c @@ -59,9 +59,9 @@ #include "ui/util.h" #include "ui/ui_util.h" #include "ui/decode_as_utils.h" +#include "ui/filter_files.h" #include "ui/tap_export_pdu.h" #include "register.h" -#include "filter_files.h" #include #include -- cgit v1.2.1