Valgrind: Fix wrong include

Change-Id: I038ccc618d2ea639af6613f53c951bbceddf977a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2023-01-13 13:39:40 +01:00
parent 34638aa497
commit a3109a53c0

View File

@@ -7,7 +7,7 @@
#include "callgrindcostitem.h" #include "callgrindcostitem.h"
#include "callgrindfunctioncall.h" #include "callgrindfunctioncall.h"
#include "callgrindparsedata.h" #include "callgrindparsedata.h"
#include "valgrindtr.h" #include "../valgrindtr.h"
#include <utils/qtcassert.h> #include <utils/qtcassert.h>