summaryrefslogtreecommitdiff
path: root/ui/qt/lbm_lbtrm_transport_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-02-08 12:24:19 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-10 19:59:43 +0000
commitc34ded4ae2f6798267220e274142058a142f5ec9 (patch)
tree92dfd61dc0edf7f48ddcd440e7b3b40323da5be4 /ui/qt/lbm_lbtrm_transport_dialog.cpp
parent88d62dffe811c8c25ce2993bd58908d447306ba0 (diff)
downloadwireshark-c34ded4ae2f6798267220e274142058a142f5ec9.tar.gz
Qt/C++: Change a bunch of includes to forward declarations.
In theory this this should reduce compilation times. On my particular system it makes no difference but hopefully it will elsewhere. Change-Id: I570177d3ca4eec691c82d46b4dbbce74092aac1d Reviewed-on: https://code.wireshark.org/review/7060 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/lbm_lbtrm_transport_dialog.cpp')
-rw-r--r--ui/qt/lbm_lbtrm_transport_dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/lbm_lbtrm_transport_dialog.cpp b/ui/qt/lbm_lbtrm_transport_dialog.cpp
index c2d7d42f6b..9370a257e3 100644
--- a/ui/qt/lbm_lbtrm_transport_dialog.cpp
+++ b/ui/qt/lbm_lbtrm_transport_dialog.cpp
@@ -30,10 +30,12 @@
#include "wireshark_application.h"
#include <QClipboard>
+#include <QMenu>
#include <QMessageBox>
#include <QTreeWidget>
#include <QTreeWidgetItemIterator>
#include <QMenu>
+
#include <epan/packet_info.h>
#include <epan/tap.h>
#include <epan/to_str.h>