Remove XLib include from client.h

No longer needed in the header. Client is free of XLib data types.
icc-effect-5.14.5
Martin Gräßlin 2015-01-21 16:07:51 +01:00
parent 2076e458d3
commit 9144b03688
3 changed files with 4 additions and 2 deletions

View File

@ -58,6 +58,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QWhatsThis>
// XLib
#include <X11/extensions/sync.h>
#include <X11/Xutil.h>
#include <fixx11h.h>
#include <xcb/xtest.h>
// system
#include <unistd.h>

View File

@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QWindow>
// X
#include <xcb/sync.h>
#include <X11/Xutil.h>
#include <fixx11h.h>
// TODO: Cleanup the order of things in this .h file

View File

@ -29,6 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// XLib
#include <X11/cursorfont.h>
#include <X11/Xcursor/Xcursor.h>
#include <X11/Xutil.h>
#include <fixx11h.h>
// XCB
#include <xcb/xcb_keysyms.h>