From 4af16f4eded19fa665ed4705b931e5ac52c91f28 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 14 Oct 2024 15:37:28 +0200 Subject: [PATCH] composite: dont include from headers This file is supposed to be included from each source file at the very top. 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 8b00f224ce..625ce8dde5 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -40,14 +40,9 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ - #ifndef _COMPINT_H_ #define _COMPINT_H_ -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #include "dix/screen_hooks_priv.h" #include "misc.h" diff --git a/composite/compositeext.h b/composite/compositeext.h index ae579edf25..e3e6f4c755 100644 --- a/composite/compositeext.h +++ b/composite/compositeext.h @@ -20,14 +20,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ - #ifndef _COMPOSITEEXT_H_ #define _COMPOSITEEXT_H_ -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #include "misc.h" #include "scrnintstr.h"