drop obsolete #ifdef HAVE_CONFIG_H

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 11:03:26 +01:00
parent ec26bd827c
commit ba106ea09a
8 changed files with 0 additions and 24 deletions

View File

@@ -23,10 +23,7 @@ Except as contained in this notice, the name of the XFree86 Project shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the XFree86 Project.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <unistd.h>
#include "s3v.h"

View File

@@ -34,10 +34,7 @@ in this Software without prior written authorization from the XFree86 Project.
* s3vcommonCalcClock from S3gendac.c in pre 4.0 tree.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "s3v.h"

View File

@@ -54,10 +54,7 @@ in this Software without prior written authorization from the XFree86 Project.
* ported from mga
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86_OSproc.h"

View File

@@ -23,10 +23,7 @@ Except as contained in this notice, the name of the XFree86 Project shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the XFree86 Project.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <unistd.h>

View File

@@ -23,10 +23,7 @@ Except as contained in this notice, the name of the XFree86 Project shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the XFree86 Project.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/*
* s3v_hwcurs.c

View File

@@ -48,10 +48,7 @@ Except as contained in this notice, the name of the XFree86 Project shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the XFree86 Project.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86_OSproc.h"

View File

@@ -53,10 +53,7 @@ in this Software without prior written authorization from the XFree86 Project.
Copyright (c) 1999,2000 The XFree86 Project Inc.
based on code written by Mark Vojkovich <markv@valinux.com>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86_OSproc.h"

View File

@@ -35,10 +35,7 @@ in this Software without prior written authorization from the XFree86 Project.
* X Video extension support -> xc/programs/hw/xfree86/common/xf86xv.c
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* Most xf86 commons are already in s3v.h */
#include "s3v.h"