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:06:58 +01:00
parent d82a504888
commit 8bfd4dcbd8
9 changed files with 0 additions and 26 deletions

View File

@@ -27,10 +27,7 @@
* Neil Brown (neilb@cse.unsw.edu.au)
* Peter Osterlund (petero2@telia.com)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include "synproto.h"

View File

@@ -24,10 +24,7 @@
* Authors:
* Peter Osterlund (petero2@telia.com)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include <xserver-properties.h>

View File

@@ -22,10 +22,7 @@
*
* Authors: Peter Hutterer
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include "xf86Module.h"

View File

@@ -31,10 +31,7 @@
* Linuxcare Inc. David Kennedy (dkennedy@linuxcare.com)
* Fred Hucht (fred@thp.Uni-Duisburg.de)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include "synproto.h"

View File

@@ -33,10 +33,7 @@
* Fred Hucht (fred@thp.Uni-Duisburg.de)
* Arne Schwabe <schwabe@uni-paderborn.de>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include <unistd.h>

View File

@@ -54,10 +54,7 @@
*
* Trademarks are the property of their respective owners.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>
#include <unistd.h>

View File

@@ -27,9 +27,7 @@
#ifndef _SYNPROTO_H_
#define _SYNPROTO_H_
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <xorg-server.h>

View File

@@ -23,10 +23,7 @@
* Authors:
* Peter Osterlund (petero2@telia.com)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>

View File

@@ -23,10 +23,7 @@
* Authors:
* Peter Osterlund (petero2@telia.com)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <X11/Xlib.h>
#include <X11/Xatom.h>