Drop some no longer needed includes

Less warnings
This commit is contained in:
Martin Gräßlin 2013-08-06 11:04:28 +02:00
parent 3d414b908a
commit 5d0433f20b
10 changed files with 0 additions and 11 deletions

View file

@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#include <fixx11h.h>
#include <kxerrorhandler.h>
#include <kstartupinfo.h>
#include <kstringhandler.h>
#include <KDE/KLocalizedString>

View file

@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kconfiggroup.h>
#include <kdebug.h>
#include <kxerrorhandler.h>
#include <KDE/KGlobal>
#include <KDE/KLocalizedString>
#include <kdeversion.h>

View file

@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kaction.h>
#include <kactioncollection.h>
#include <kdebug.h>
#include <KDE/KGlobal>
#include <KDE/KLocalizedString>
#include <KDE/KStandardDirs>
#include <netwm_def.h>

View file

@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "presentwindowsconfig.h"
#include <kactioncollection.h>
#include <kaction.h>
#include <KDE/KGlobal>
#include <KDE/KIcon>
#include <KDE/KLocalizedString>
#include <KDE/KStandardDirs>

View file

@ -34,7 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwinglplatform.h>
// KDE
#include <KDE/KDebug>
#include <KDE/KXErrorHandler>
namespace KWin
{

View file

@ -35,7 +35,6 @@
#include <kdebug.h>
#include <kapplication.h>
#include "kdecorationfactory.h"
#include <KDE/KLocalizedString>

View file

@ -28,7 +28,6 @@ DEALINGS IN THE SOFTWARE.
#include <kdebug.h>
#include <QApplication>
#include <QMenu>
#include <kglobal.h>
#include <assert.h>
#include <X11/Xlib.h>
#include <fixx11h.h>

View file

@ -32,7 +32,6 @@ DEALINGS IN THE SOFTWARE.
#include <klibrary.h>
#include <kconfiggroup.h>
#include <KDE/KLocalizedString>
#include <KDE/KGlobal>
#include <assert.h>
#include <QDir>

View file

@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <fcntl.h>
#include <QX11Info>
#include <stdio.h>
#include <kxerrorhandler.h>
#include <fixx11h.h>
#include <QtDBus/QtDBus>
#include <QMessageBox>

View file

@ -34,8 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "glxbackend.h"
#endif
#include <kxerrorhandler.h>
#include <kwinglcolorcorrection.h>
#include <kwinglplatform.h>