From 6f7572b949b26dfa5afe91c422b77b21f3c82baa Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 10 Nov 2012 12:28:36 +0100 Subject: [PATCH] PianoView: do not include Xlib.h header file anymore This file is a relict from times when we evaluated X11 events for the virtual keyboard functionality. --- src/gui/PianoView.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/PianoView.cpp b/src/gui/PianoView.cpp index d5a96f850..89e0174b3 100644 --- a/src/gui/PianoView.cpp +++ b/src/gui/PianoView.cpp @@ -57,11 +57,6 @@ #include "templates.h" #include "update_event.h" -#ifdef Q_WS_X11 - -#include - -#endif /*! The black / white order of keys as they appear on the keyboard. */