From 46e0adda93a87a68bd5a19293d4a5df0cce7b9c0 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 22 Feb 2022 09:47:27 +0100 Subject: [PATCH] Removed HAVE_CONFIG_H uses --- channels/ainput/client/ainput_main.c | 4 +--- channels/ainput/client/ainput_main.h | 5 +---- channels/ainput/server/ainput_main.c | 4 +--- include/freerdp/client.h | 4 +--- server/Sample/sf_ainput.c | 4 +--- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/channels/ainput/client/ainput_main.c b/channels/ainput/client/ainput_main.c index c777e87dd..8eeaed974 100644 --- a/channels/ainput/client/ainput_main.c +++ b/channels/ainput/client/ainput_main.c @@ -18,9 +18,7 @@ * limitations under the License. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include #include #include diff --git a/channels/ainput/client/ainput_main.h b/channels/ainput/client/ainput_main.h index 8a19ad91b..5e1d5b1fd 100644 --- a/channels/ainput/client/ainput_main.h +++ b/channels/ainput/client/ainput_main.h @@ -21,10 +21,7 @@ #ifndef FREERDP_CHANNEL_AINPUT_CLIENT_MAIN_H #define FREERDP_CHANNEL_AINPUT_CLIENT_MAIN_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - +#include #include #include #include diff --git a/channels/ainput/server/ainput_main.c b/channels/ainput/server/ainput_main.c index 17d2ec681..fbdee53e9 100644 --- a/channels/ainput/server/ainput_main.c +++ b/channels/ainput/server/ainput_main.c @@ -18,9 +18,7 @@ * limitations under the License. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include #include #include diff --git a/include/freerdp/client.h b/include/freerdp/client.h index 1d9e2908f..0d0e99d42 100644 --- a/include/freerdp/client.h +++ b/include/freerdp/client.h @@ -20,9 +20,7 @@ #ifndef FREERDP_CLIENT_H #define FREERDP_CLIENT_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include #include #include #include diff --git a/server/Sample/sf_ainput.c b/server/Sample/sf_ainput.c index 7fa96c4e9..0c67bc88a 100644 --- a/server/Sample/sf_ainput.c +++ b/server/Sample/sf_ainput.c @@ -19,9 +19,7 @@ * limitations under the License. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include #include