aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sctp_assoc_analyse_dialog.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-12-03 21:33:59 -0800
committerGuy Harris <guy@alum.mit.edu>2017-12-04 05:35:36 +0000
commitccc55bc80cb8965a73fae980d6e1babf6d8a8823 (patch)
treea729cd74ca58f112e8a2afae7510cbe572615311 /ui/qt/sctp_assoc_analyse_dialog.cpp
parent1834dca3654ccec238bae130715871be3d8fa344 (diff)
Put the structure of a capture_file back in cfile.h.
The split isn't necessary now that epan no longer uses the capture_file structure. Change-Id: Ia232712a2fb5db511865805518e8d03509b2167f Reviewed-on: https://code.wireshark.org/review/24693 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/sctp_assoc_analyse_dialog.cpp')
-rw-r--r--ui/qt/sctp_assoc_analyse_dialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/qt/sctp_assoc_analyse_dialog.cpp b/ui/qt/sctp_assoc_analyse_dialog.cpp
index 8aed8155c2..f1fe800cb8 100644
--- a/ui/qt/sctp_assoc_analyse_dialog.cpp
+++ b/ui/qt/sctp_assoc_analyse_dialog.cpp
@@ -30,8 +30,6 @@
#include "sctp_graph_byte_dialog.h"
#include "sctp_chunk_statistics_dialog.h"
-#include "cfile-int.h"
-
SCTPAssocAnalyseDialog::SCTPAssocAnalyseDialog(QWidget *parent, sctp_assoc_info_t *assoc, capture_file *cf, SCTPAllAssocsDialog* caller) :
QDialog(parent),
ui(new Ui::SCTPAssocAnalyseDialog),