Move u3.{h,c} and g711.{h,c} into wsutil.
[metze/wireshark/wip.git] / ui / gtk / rtp_analysis.c
index 647775e6d4cf696e14cc47650a76783bd6eb7a7b..b3d9778b7361236812627c030463fecdc7821189 100644 (file)
 
 #include <gtk/gtk.h>
 
+#include <wsutil/file_util.h>
+#include <wsutil/tempfile.h>
+#include <wsutil/g711.h>
+
 #include <epan/epan_dissect.h>
 #include <epan/filesystem.h>
 #include <epan/pint.h>
 #include <epan/stat_cmd_args.h>
 #include <epan/strutil.h>
 
-#include "ui/util.h"
-#include "../g711.h"
 #include "../stat_menu.h"
-#include "wsutil/tempfile.h"
 
+#include "ui/util.h"
 #include "ui/alert_box.h"
 #include "ui/last_open_dir.h"
 #include "ui/progress_dlg.h"
 #include "ui/simple_dialog.h"
 #include "ui/utf8_entities.h"
 
-#include <wsutil/file_util.h>
 
 #include "ui/gtk/gtkglobals.h"
 #include "ui/gtk/dlg_utils.h"