From c34ded4ae2f6798267220e274142058a142f5ec9 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 8 Feb 2015 12:24:19 -0800 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/qt/lbm_lbtrm_transport_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/qt/lbm_lbtrm_transport_dialog.cpp') 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 +#include #include #include #include #include + #include #include #include -- cgit v1.2.1