From c272fb2c15c3c5bc8a79630d6995262f299028de Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Thu, 8 Mar 2012 23:16:44 -0500 Subject: [PATCH] Remove krazy lines --- src/ProcessInfo.cpp | 2 +- src/ViewContainer.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ProcessInfo.cpp b/src/ProcessInfo.cpp index 69d60eb86..29c0b5a56 100644 --- a/src/ProcessInfo.cpp +++ b/src/ProcessInfo.cpp @@ -54,7 +54,7 @@ #endif #if defined(Q_OS_FREEBSD) -#include //krazy:exclude=includes +#include #include #include #include diff --git a/src/ViewContainer.cpp b/src/ViewContainer.cpp index 09b154e38..bd4bbda88 100644 --- a/src/ViewContainer.cpp +++ b/src/ViewContainer.cpp @@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -//krazy:excludeall=qclasses // Own #include "ViewContainer.h"