aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
commitdb25270df8bb4e4800e4d2c8a9f930b7a9fbc8df (patch)
tree93833061315be739594ff3614850eb4ca63266ec /ui/qt/wireshark_application.cpp
parentdd1034e1f5f2285721a9deb8b95ea17222e50939 (diff)
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
Diffstat (limited to 'ui/qt/wireshark_application.cpp')
-rw-r--r--ui/qt/wireshark_application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/wireshark_application.cpp b/ui/qt/wireshark_application.cpp
index 7338780ce0..613cdce3b6 100644
--- a/ui/qt/wireshark_application.cpp
+++ b/ui/qt/wireshark_application.cpp
@@ -23,7 +23,7 @@
#include "wireshark_application.h"
-#include <epan/filesystem.h>
+#include <wsutil/filesystem.h>
#include <epan/timestamp.h>
#include <epan/disabled_protos.h>