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/file_set_dialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/file_set_dialog.cpp') diff --git a/ui/qt/file_set_dialog.cpp b/ui/qt/file_set_dialog.cpp index 2a9dd7763b..4649a099f9 100644 --- a/ui/qt/file_set_dialog.cpp +++ b/ui/qt/file_set_dialog.cpp @@ -39,6 +39,7 @@ #include #include #include +#include #include Q_DECLARE_METATYPE(fileset_entry *) -- cgit v1.2.1