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/texteditor/outlinefactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/texteditor/outlinefactory.h') diff --git a/src/plugins/texteditor/outlinefactory.h b/src/plugins/texteditor/outlinefactory.h index c10608a23e..87ba4211fe 100644 --- a/src/plugins/texteditor/outlinefactory.h +++ b/src/plugins/texteditor/outlinefactory.h @@ -35,8 +35,8 @@ #include #include -#include -#include +#include +#include namespace Core { class IEditor; -- cgit v1.2.3