Fix includes

svn path=/trunk/KDE/kdebase/workspace/; revision=1018077
remotes/origin/Plasma/5.0
Laurent Montel 17 years ago
parent 39ea19f79f
commit 3ce5dd0ffc
  1. 1
      effects/blur/blur.cpp
  2. 1
      effects/boxswitch/boxswitch.h
  3. 1
      effects/coverswitch/coverswitch.h
  4. 1
      effects/cube/cube.h
  5. 2
      effects/cube/cube_config.cpp
  6. 1
      effects/cube/cubeslide_config.cpp
  7. 1
      effects/desktopgrid/desktopgrid_config.cpp
  8. 1
      effects/mousemark/mousemark_config.cpp
  9. 1
      effects/presentwindows/presentwindows.cpp
  10. 1
      effects/presentwindows/presentwindows_config.cpp
  11. 1
      effects/showfps/showfps.h

@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwinglutils.h>
#include <QString>
#include <KStandardDirs>
#include <kdebug.h>

@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwineffects.h>
#include <QHash>
#include <QPixmap>
#include <QRect>
#include <QRegion>
#include <QSize>

@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KWIN_COVERSWITCH_H
#include <QHash>
#include <QPixmap>
#include <QRect>
#include <QRegion>
#include <QSize>

@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kshortcut.h>
#include <QObject>
#include <QQueue>
#include <QSet>
namespace KWin
{

@ -24,8 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kcolorscheme.h>
#include <KActionCollection>
#include <kaction.h>
#include <KFileDialog>
#include <KImageFilePreview>
#include <QVBoxLayout>
#include <QColor>

@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kconfiggroup.h>
#include <QVBoxLayout>
#include <QColor>
namespace KWin
{

@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kaction.h>
#include <QVBoxLayout>
#include <QColor>
namespace KWin
{

@ -30,7 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KShortcutsEditor>
#include <QWidget>
#include <QGridLayout>
namespace KWin
{

@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#include <QMouseEvent>
#include <QPainter>
#include <math.h>
#include <assert.h>

@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kaction.h>
#include <QVBoxLayout>
#include <QColor>
namespace KWin
{

@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwineffects.h>
#include <kwinglutils.h>
#include <QDateTime>
namespace KWin
{

Loading…
Cancel
Save