Removed HAVE_CONFIG_H uses

This commit is contained in:
Armin Novak 2022-02-22 09:47:27 +01:00 committed by akallabeth
parent 52ea527f78
commit 46e0adda93
5 changed files with 5 additions and 16 deletions

View File

@ -18,9 +18,7 @@
* limitations under the License.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -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 <freerdp/config.h>
#include <freerdp/dvc.h>
#include <freerdp/types.h>
#include <freerdp/addin.h>

View File

@ -18,9 +18,7 @@
* limitations under the License.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,9 +20,7 @@
#ifndef FREERDP_CLIENT_H
#define FREERDP_CLIENT_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/config.h>
#include <freerdp/api.h>
#include <freerdp/freerdp.h>
#include <freerdp/event.h>

View File

@ -19,9 +19,7 @@
* limitations under the License.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/config.h>
#include <winpr/assert.h>