From f8ddf5cfc66e450e0698e8d8f9a1858c6b0ed1d1 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 14 Apr 2008 10:33:37 +0000 Subject: [PATCH] Fix include svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796796 --- applet.cpp | 1 - widgets/widget.h | 1 - 2 files changed, 2 deletions(-) diff --git a/applet.cpp b/applet.cpp index 80e4a114b..344af27d0 100644 --- a/applet.cpp +++ b/applet.cpp @@ -66,7 +66,6 @@ #include "plasma/theme.h" #include "plasma/view.h" -#include "plasma/layouts/boxlayout.h" #include "plasma/widgets/widget.h" //#define DYNAMIC_SHADOWS diff --git a/widgets/widget.h b/widgets/widget.h index 53a15451c..9146f3546 100644 --- a/widgets/widget.h +++ b/widgets/widget.h @@ -29,7 +29,6 @@ #include #include -#include #include class QGraphicsView;