From 75017ee5795fef18bb33bcb2a12bc7ae38f4a809 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Tue, 6 Sep 2011 19:47:56 +0800 Subject: [PATCH] It is not a good idea to #include in SessionController.h Except increasing building time, it also hides the problem of some missing #include in other source files. --- src/Application.h | 1 + src/Profile.h | 1 - src/SessionController.h | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Application.h b/src/Application.h index 7730c6398..9ede7850a 100644 --- a/src/Application.h +++ b/src/Application.h @@ -22,6 +22,7 @@ // KDE #include +#include // Konsole #include "Profile.h" diff --git a/src/Profile.h b/src/Profile.h index 8756f5890..7fd1f6c07 100644 --- a/src/Profile.h +++ b/src/Profile.h @@ -33,7 +33,6 @@ // KDE #include -#include // Konsole #include "konsole_export.h" diff --git a/src/SessionController.h b/src/SessionController.h index aa4303e60..544a1ab42 100644 --- a/src/SessionController.h +++ b/src/SessionController.h @@ -24,6 +24,7 @@ // Qt #include #include +#include #include #include #include