diff --git a/src/ProcessInfo.cpp b/src/ProcessInfo.cpp index 26c3b4b82..1ef1b1588 100644 --- a/src/ProcessInfo.cpp +++ b/src/ProcessInfo.cpp @@ -53,7 +53,7 @@ #endif #if defined(Q_OS_FREEBSD) -#include +#include //krazy:exclude=includes #include #include #include diff --git a/src/konsole_wcwidth.h b/src/konsole_wcwidth.h index aea3f41db..6b76d557a 100644 --- a/src/konsole_wcwidth.h +++ b/src/konsole_wcwidth.h @@ -3,8 +3,8 @@ /* Markus Kuhn -- 2001-01-12 -- public domain */ /* Adaptions for KDE by Waldo Bastian */ -#ifndef _KONSOLE_WCWIDTH_H_ -#define _KONSOLE_WCWIDTH_H_ +#ifndef KONSOLE_WCWIDTH_H +#define KONSOLE_WCWIDTH_H // Qt #include