Don't include cfile.h.

Change-Id: I98bc0d02e23abd32796f15bf28ceef0b6ea56d42
Reviewed-on: https://code.wireshark.org/review/8777
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-06-05 11:29:49 -07:00
parent a36f6c58ca
commit 198ef94073
2 changed files with 1 additions and 3 deletions

View File

@ -41,7 +41,7 @@
// The GTK+ counterpart uses tap_param_dlg, which we don't use. If we
// need tap parameters we should probably create a TapParameterDialog
// class based on QDialog and subclass it here.
// class based on WiresharkDialog and subclass it here.
// To do:
// - Add help

View File

@ -26,8 +26,6 @@
#include <glib.h>
#include "cfile.h"
#include "epan/stats_tree_priv.h"
#include "wireshark_dialog.h"