From dda2acc06fa42f7251c9e60a01aab970488116fb Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sun, 12 Jun 2016 14:00:21 -0700 Subject: qt: use #include for generated include files make sure that generated include files are picked up only from the directories set by -I (or /I), not from the current directory if we use #include "file.h", Visual Studio searches for file.h in the same diretory as the source file that includes file.h if we do an out-of-tree build with cmake and the source directory contains files from an in-tree build (done with autotools), we might end up including the wrong file Change-Id: Iaaed2626258b6ff0c12485fe3f436bd03bbb5adf Reviewed-on: https://code.wireshark.org/review/15873 Reviewed-by: Anders Broman --- ui/qt/bluetooth_hci_summary_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/bluetooth_hci_summary_dialog.cpp') diff --git a/ui/qt/bluetooth_hci_summary_dialog.cpp b/ui/qt/bluetooth_hci_summary_dialog.cpp index 490224ec2b..a29d3f8136 100644 --- a/ui/qt/bluetooth_hci_summary_dialog.cpp +++ b/ui/qt/bluetooth_hci_summary_dialog.cpp @@ -20,7 +20,7 @@ */ #include "bluetooth_hci_summary_dialog.h" -#include "ui_bluetooth_hci_summary_dialog.h" +#include #include "epan/epan.h" #include "epan/addr_resolv.h" -- cgit v1.2.3