Don't include cfile.h.
authorGerald Combs <gerald@wireshark.org>
Fri, 5 Jun 2015 18:29:49 +0000 (11:29 -0700)
committerGerald Combs <gerald@wireshark.org>
Fri, 5 Jun 2015 18:31:34 +0000 (18:31 +0000)
Change-Id: I98bc0d02e23abd32796f15bf28ceef0b6ea56d42
Reviewed-on: https://code.wireshark.org/review/8777
Reviewed-by: Gerald Combs <gerald@wireshark.org>
ui/qt/stats_tree_dialog.cpp
ui/qt/stats_tree_dialog.h

index fde13beaf05d397bf68ac69e54683671baa85383..ea80d99d3f8a3d75ffd021b0fff129352472d202 100644 (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
index 829de8649f06f0eae6734704dbf8504dbb5ba6f6..8e040338b9cf284deed8b5bbe25aea0acb3e91d4 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <glib.h>
 
-#include "cfile.h"
-
 #include "epan/stats_tree_priv.h"
 
 #include "wireshark_dialog.h"