From 7ad882edd3432c0aa4936d49af6a40e73900e49d Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:24:58 +0200 Subject: [PATCH] composite: drop needless include of dix-config.h in headers The consuming .c files must include it at the very first anyways, and we're not using anything from that header here. Signed-off-by: Enrico Weigelt, metux IT consult --- composite/compint.h | 5 ----- composite/compositeext.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/composite/compint.h b/composite/compint.h index 3a91914f9..8897f8a48 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -40,11 +40,6 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef _COMPINT_H_ #define _COMPINT_H_ diff --git a/composite/compositeext.h b/composite/compositeext.h index 945a4c35c..e3e6f4c75 100644 --- a/composite/compositeext.h +++ b/composite/compositeext.h @@ -20,11 +20,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef _COMPOSITEEXT_H_ #define _COMPOSITEEXT_H_