drop obsolete #ifdef HAVE_CONFIG_H

the config.h file is always present

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-17 20:04:37 +01:00
parent 6b8600a33e
commit 969be9e43e
108 changed files with 1 additions and 326 deletions

View File

@@ -1,6 +1,4 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>

View File

@@ -21,10 +21,7 @@
* IN THE SOFTWARE.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <X11/Xlib.h>
#include <X11/extensions/Xfixes.h>

View File

@@ -21,10 +21,7 @@
* IN THE SOFTWARE.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <X11/Xlib.h>
#include <X11/Xatom.h>