summaryrefslogtreecommitdiff
path: root/ui/gtk/uat_gui.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 02:48:26 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 02:48:26 +0000
commit54bb2e7a5c0df621f3d59056ece86934082814be (patch)
treedd13c52ad2628208b6667668a2ed34b6fbe55598 /ui/gtk/uat_gui.c
parent27059c2804a7efc0f4f1e91dbfff88039407920d (diff)
downloadwireshark-54bb2e7a5c0df621f3d59056ece86934082814be.tar.gz
Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark).
svn path=/trunk/; revision=50598
Diffstat (limited to 'ui/gtk/uat_gui.c')
-rw-r--r--ui/gtk/uat_gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/uat_gui.c b/ui/gtk/uat_gui.c
index f649bce5dd..038a5eb81e 100644
--- a/ui/gtk/uat_gui.c
+++ b/ui/gtk/uat_gui.c
@@ -48,9 +48,10 @@
# include <gdk/gdkkeysyms-compat.h>
#endif
+#include <wsutil/report_err.h>
+
#include <epan/dfilter/dfilter-macro.h>
#include <epan/emem.h>
-#include <epan/report_err.h>
#include <epan/proto.h>
#include <epan/packet.h>
#include <epan/uat-int.h>