From db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 17 Nov 2013 02:55:14 +0000 Subject: Move the epan/filesystem.c routines to wsutil; they're not specific to packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377 --- ui/gtk/sctp_byte_graph_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/sctp_byte_graph_dlg.c') diff --git a/ui/gtk/sctp_byte_graph_dlg.c b/ui/gtk/sctp_byte_graph_dlg.c index 88778f6d4e..31b559db34 100644 --- a/ui/gtk/sctp_byte_graph_dlg.c +++ b/ui/gtk/sctp_byte_graph_dlg.c @@ -31,7 +31,7 @@ #include -#include "epan/filesystem.h" +#include "wsutil/filesystem.h" #include #include "../globals.h" -- cgit v1.2.3