aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-05 11:29:49 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-05 18:31:34 +0000
commit198ef94073326ae7f75ce02784e797e1e0fd0fd0 (patch)
tree4aac80988f5a1fce8ee2bc85912a08fe48861aa6 /ui
parenta36f6c58ca0b084b2cf7e6f8e9382174f4dc34c3 (diff)
Don't include cfile.h.
Change-Id: I98bc0d02e23abd32796f15bf28ceef0b6ea56d42 Reviewed-on: https://code.wireshark.org/review/8777 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/stats_tree_dialog.cpp2
-rw-r--r--ui/qt/stats_tree_dialog.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt/stats_tree_dialog.cpp b/ui/qt/stats_tree_dialog.cpp
index fde13beaf0..ea80d99d3f 100644
--- a/ui/qt/stats_tree_dialog.cpp
+++ b/ui/qt/stats_tree_dialog.cpp
@@ -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
diff --git a/ui/qt/stats_tree_dialog.h b/ui/qt/stats_tree_dialog.h
index 829de8649f..8e040338b9 100644
--- a/ui/qt/stats_tree_dialog.h
+++ b/ui/qt/stats_tree_dialog.h
@@ -26,8 +26,6 @@
#include <glib.h>
-#include "cfile.h"
-
#include "epan/stats_tree_priv.h"
#include "wireshark_dialog.h"