Include config-plasma.h before checking for HAVE_X11

Fixes compile warning since kwindowsystem.h doesn't provide HAVE_X11
any more.

Reviewed-by: Marco Martin
This commit is contained in:
Martin Gräßlin 2014-02-05 11:10:53 +01:00
parent a951b7357b
commit 91e9e401f0

View File

@ -31,6 +31,7 @@
#include <kwindowsystem.h>
#include <QTimer>
#include <config-plasma.h>
#if HAVE_X11
#include "private/effectwatcher_p.h"
#endif