From 9144b036881602d119ac406a5ad3391884e9587b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 21 Jan 2015 16:07:51 +0100 Subject: [PATCH] Remove XLib include from client.h No longer needed in the header. Client is free of XLib data types. --- client.cpp | 2 ++ client.h | 2 -- killwindow.cpp | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client.cpp b/client.cpp index e568b26470..7a75876cc3 100644 --- a/client.cpp +++ b/client.cpp @@ -58,6 +58,8 @@ along with this program. If not, see . #include // XLib #include +#include +#include #include // system #include diff --git a/client.h b/client.h index 6cf874aafc..ec1d496d2c 100644 --- a/client.h +++ b/client.h @@ -36,8 +36,6 @@ along with this program. If not, see . #include // X #include -#include -#include // TODO: Cleanup the order of things in this .h file diff --git a/killwindow.cpp b/killwindow.cpp index 3ef9bb7820..d3e7acb1ae 100644 --- a/killwindow.cpp +++ b/killwindow.cpp @@ -29,6 +29,8 @@ along with this program. If not, see . // XLib #include #include +#include +#include // XCB #include