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-17 19:03:52 +01:00
parent 0777036640
commit ff7bb75e5f
4 changed files with 0 additions and 12 deletions

View File

@@ -2,10 +2,7 @@
/*
* Copyright 1999 by The XFree86 Project, Inc.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include <X11/X.h>

View File

@@ -42,10 +42,7 @@
* for use with 4 button trackballs for convenience
* and to help limited dexterity persons
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include <math.h>

View File

@@ -19,10 +19,7 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include <stdio.h>

View File

@@ -45,10 +45,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>