Skip to content

Commit

Permalink
Removed HAVE_CONFIG_H uses
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Mar 3, 2022
1 parent 52ea527 commit 46e0add
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
4 changes: 1 addition & 3 deletions channels/ainput/client/ainput_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 1 addition & 4 deletions channels/ainput/client/ainput_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 1 addition & 3 deletions channels/ainput/server/ainput_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 1 addition & 3 deletions include/freerdp/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 1 addition & 3 deletions server/Sample/sf_ainput.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
* limitations under the License.
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <freerdp/config.h>

#include <winpr/assert.h>

Expand Down

0 comments on commit 46e0add

Please sign in to comment.