From ba8aaef88b6029b16bfb131fa766fce458f9b686 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Mon, 27 Feb 2012 05:46:41 +0800 Subject: [PATCH] Krazy fix for #include --- src/WindowSystemInfo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WindowSystemInfo.cpp b/src/WindowSystemInfo.cpp index b96c39868..f9bc9a425 100644 --- a/src/WindowSystemInfo.cpp +++ b/src/WindowSystemInfo.cpp @@ -18,12 +18,12 @@ along with this program. If not, see http://www.gnu.org/licenses/. */ -//KDE -#include - // Own #include "WindowSystemInfo.h" +// KDE +#include + using Konsole::WindowSystemInfo; const bool WindowSystemInfo::HAVE_TRANSPARENCY = KWindowSystem::compositingActive();