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"