mirror of https://github.com/neutrinolabs/xrdp
Don't include config_ac.h from any header files
This commit is contained in:
parent
b2d3dcf169
commit
30a7a947b1
|
@ -19,10 +19,6 @@
|
|||
#if !defined(ARCH_H)
|
||||
#define ARCH_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config_ac.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(HAVE_STDINT_H)
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
#if !defined(LIBXRDP_H)
|
||||
#define LIBXRDP_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config_ac.h"
|
||||
#endif
|
||||
#include "arch.h"
|
||||
#include "parse.h"
|
||||
#include "trans.h"
|
||||
|
|
|
@ -27,10 +27,6 @@
|
|||
#ifndef LIBSCP_H
|
||||
#define LIBSCP_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config_ac.h"
|
||||
#endif
|
||||
|
||||
#include "libscp_types.h"
|
||||
#include "libscp_commands.h"
|
||||
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
#ifndef SESMAN_H
|
||||
#define SESMAN_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config_ac.h"
|
||||
#endif
|
||||
#include "arch.h"
|
||||
#include "parse.h"
|
||||
#include "os_calls.h"
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
*/
|
||||
|
||||
/* include other h files */
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config_ac.h"
|
||||
#endif
|
||||
#include "arch.h"
|
||||
#include "parse.h"
|
||||
#include "trans.h"
|
||||
|
|
Loading…
Reference in New Issue