summaryrefslogtreecommitdiff
path: root/update.c
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 /update.c
parentdd1034e1f5f2285721a9deb8b95ea17222e50939 (diff)
downloadwireshark-db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df.tar.gz
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 'update.c')
-rw-r--r--update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.c b/update.c
index 13bb7adfbe..d89e5beb7f 100644
--- a/update.c
+++ b/update.c
@@ -30,7 +30,6 @@
#include <epan/prefs.h>
#include <epan/prefs-int.h>
-#include <epan/filesystem.h>
#include "simple_dialog.h"
#include "version_info.h"
@@ -40,6 +39,7 @@
#endif
#include <wsutil/file_util.h>
+#include <wsutil/filesystem.h>
#include <wininet.h>
#include "nio-ie5.h"