From f06c1b5fb05b5085cdcfbf7285ff58690cd1e88b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 4 Sep 2004 20:02:11 +0000 Subject: The packet range stuff knows about capture_file structures, so it's really more of an Ethereal/Tethereal component than a libethereal component (nothing else in libethereal knows about capture files); move it back out of libethereal. (The range stuff doesn't; we leave it in libethereal.) svn path=/trunk/; revision=11898 --- gtk/range_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/range_utils.c') diff --git a/gtk/range_utils.c b/gtk/range_utils.c index b924c0e772..824635d000 100644 --- a/gtk/range_utils.c +++ b/gtk/range_utils.c @@ -32,7 +32,7 @@ #include "globals.h" -#include +#include "packet-range.h" #include "ui_util.h" #include "dlg_utils.h" #include "compat_macros.h" -- cgit v1.2.3