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:08:22 +01:00
parent 86fd64a9f5
commit 6d280e8244
6 changed files with 1 additions and 22 deletions

View File

@@ -34,10 +34,7 @@
* packets via the VMMouse module hosted in the VMX.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdbool.h>

View File

@@ -31,11 +31,7 @@
* The communication protocol between the guest and the vmmouse
* virtual device.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "vmmouse_proto.h"

View File

@@ -39,13 +39,7 @@
*
*/
/*****************************************************************************
* Standard Headers
****************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <stdbool.h>

View File

@@ -24,11 +24,7 @@
* the sale, use or other dealings in this Software without prior written
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <signal.h>

View File

@@ -33,9 +33,8 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif

View File

@@ -24,10 +24,7 @@
* the sale, use or other dealings in this Software without prior written
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_LIBUDEV
#include <libudev.h>