summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
commit4dcc156cf360c2e355349e539c28c867eef0f7d0 (patch)
tree195b81af7607fbee7fdb635c943214f1997ee936 /file.h
parent416c76a728a8a67b0473ed72b7ddc163739606aa (diff)
downloadwireshark-4dcc156cf360c2e355349e539c28c867eef0f7d0.tar.gz
Move the print modules into epan.
svn path=/trunk/; revision=50526
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 2bd4c051d7..bfff9676ad 100644
--- a/file.h
+++ b/file.h
@@ -26,10 +26,10 @@
#define __FILE_H__
#include "wiretap/wtap.h"
-#include "print.h"
#include <errno.h>
#include <epan/epan.h>
+#include <epan/print.h>
#include <epan/packet-range.h>
#ifdef __cplusplus