Drop not needed includes of QX11Info

icc-effect-5.14.5
Martin Gräßlin 2015-02-17 15:55:55 +01:00
parent c383d6074c
commit d66a804bbb
5 changed files with 0 additions and 5 deletions

View File

@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "screens.h"
#include "useractions.h"
#include <QDebug>
#include <QX11Info>
namespace KWin
{

View File

@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kstartupinfo.h>
#include <KWindowSystem>
#include <QDebug>
#include <QX11Info>
/*

View File

@ -90,7 +90,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "unmanaged.h"
#include "deleted.h"
#include "effects.h"
#include <QX11Info>
#include "composite.h"
#include "screenedge.h"

View File

@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "activities.h"
#endif
#include "cursor.h"
#include <QX11Info>
#include "rules.h"
#include "group.h"
#include "netinfo.h"

View File

@ -41,7 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QQmlEngine>
#include <QQuickItem>
#include <QQuickWindow>
#include <QX11Info>
#include <X11/Xlib.h>
// KDE
#include <KLocalizedString>