composite: dont include <dix-config.h> 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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-10-14 15:37:28 +02:00
committed by Enrico Weigelt
parent 9b8d7d1eb9
commit 4af16f4ede
2 changed files with 0 additions and 10 deletions

View File

@@ -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 <dix-config.h>
#endif
#include "dix/screen_hooks_priv.h"
#include "misc.h"

View File

@@ -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 <dix-config.h>
#endif
#include "misc.h"
#include "scrnintstr.h"