From 3fa55b7ab9b1d6ae10fac1c9bcc653e9000157f8 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Wed, 15 Feb 2012 10:42:41 +0100 Subject: Removed module names from #include directives. Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller --- src/plugins/valgrind/callgrindcostview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/valgrind/callgrindcostview.h') diff --git a/src/plugins/valgrind/callgrindcostview.h b/src/plugins/valgrind/callgrindcostview.h index 22f3dfbd0c..d58e30a0dd 100644 --- a/src/plugins/valgrind/callgrindcostview.h +++ b/src/plugins/valgrind/callgrindcostview.h @@ -35,7 +35,7 @@ #include "callgrindcostdelegate.h" -#include +#include namespace Valgrind { namespace Internal { -- cgit v1.2.1