aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/range_utils.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-04 20:02:11 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-04 20:02:11 +0000
commitf06c1b5fb05b5085cdcfbf7285ff58690cd1e88b (patch)
tree2c274f184e59a5071acbaa7fd440f60b2d663aa3 /gtk/range_utils.c
parent0912b731c3a2db9cef542670ff8eef69297e532e (diff)
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
Diffstat (limited to 'gtk/range_utils.c')
-rw-r--r--gtk/range_utils.c2
1 files changed, 1 insertions, 1 deletions
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 <epan/packet-range.h>
+#include "packet-range.h"
#include "ui_util.h"
#include "dlg_utils.h"
#include "compat_macros.h"