From 011ae9d37767fb4fb11fd8985beefa935fc8eb64 Mon Sep 17 00:00:00 2001 From: pino Date: Wed, 7 Feb 2007 11:28:50 +0000 Subject: [PATCH] don't use config.h if not needed git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeaccessibility@631205 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmag/kmag.h | 2 -- kmag/kmagzoomview.h | 2 -- kmousetool/kmousetool/kmousetool.h | 2 -- kmouth/kmouth.h | 3 --- ksayit/src/ksayit.h | 2 -- 5 files changed, 11 deletions(-) diff --git a/kmag/kmag.h b/kmag/kmag.h index a5cd1f1e..e13d8beb 100644 --- a/kmag/kmag.h +++ b/kmag/kmag.h @@ -21,8 +21,6 @@ #ifndef KMAG_H #define KMAG_H -#include - #include "kmagzoomview.h" #include diff --git a/kmag/kmagzoomview.h b/kmag/kmagzoomview.h index e617dece..d170adfd 100644 --- a/kmag/kmagzoomview.h +++ b/kmag/kmagzoomview.h @@ -20,8 +20,6 @@ #ifndef KMagZoomView_h_ #define KMagZoomView_h_ -#include - // include files for Qt #include #include diff --git a/kmousetool/kmousetool/kmousetool.h b/kmousetool/kmousetool/kmousetool.h index fc4f1029..3067a4c5 100644 --- a/kmousetool/kmousetool/kmousetool.h +++ b/kmousetool/kmousetool/kmousetool.h @@ -26,8 +26,6 @@ #include #include -#include - #include "version.h" #include diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h index 0b279fde..3500b77e 100644 --- a/kmouth/kmouth.h +++ b/kmouth/kmouth.h @@ -19,9 +19,6 @@ #ifndef KMOUTH_H #define KMOUTH_H - -#include - // include files for Qt // include files for KDE diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index bab68f3e..2cae9e90 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -20,8 +20,6 @@ #ifndef KSAYIT_H #define KSAYIT_H - -#include using namespace std; -- 2.11.4.GIT