Added ifdef around the x11 includes when building --without-x

svn path=/trunk/kdebase/kwin/; revision=273871
This commit is contained in:
Benjamin Meyer 2003-12-19 14:01:43 +00:00
parent 5a171eac2b
commit 2635bda927

View file

@ -27,8 +27,10 @@ DEALINGS IN THE SOFTWARE.
#include <kdebug.h>
#include <qapplication.h>
#include <assert.h>
#if defined Q_WS_X11 && ! defined K_WS_QTONLY
#include <X11/Xlib.h>
#include <fixx11h.h>
#endif
#include "kdecoration_p.h"
#include "kdecorationfactory.h"