aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_analysis_dialog.cpp
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-06-12 14:00:21 -0700
committerAnders Broman <a.broman58@gmail.com>2016-06-13 21:17:06 +0000
commitdda2acc06fa42f7251c9e60a01aab970488116fb (patch)
tree176de5e687b9b46ba20dfbefc9df2e2a220df904 /ui/qt/rtp_analysis_dialog.cpp
parent4ca4768b561fca0e47f6736e24a616d50b931f79 (diff)
qt: use #include <file.h> 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 <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/rtp_analysis_dialog.cpp')
-rw-r--r--ui/qt/rtp_analysis_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp
index e12da20fa0..eb72dc5d2e 100644
--- a/ui/qt/rtp_analysis_dialog.cpp
+++ b/ui/qt/rtp_analysis_dialog.cpp
@@ -20,7 +20,7 @@
*/
#include "rtp_analysis_dialog.h"
-#include "ui_rtp_analysis_dialog.h"
+#include <ui_rtp_analysis_dialog.h>
#include "file.h"
#include "frame_tvbuff.h"