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)
|
#if !defined(ARCH_H)
|
||||||
#define ARCH_H
|
#define ARCH_H
|
||||||
|
|
||||||
#if defined(HAVE_CONFIG_H)
|
|
||||||
#include "config_ac.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#if defined(HAVE_STDINT_H)
|
#if defined(HAVE_STDINT_H)
|
||||||
|
@ -21,9 +21,6 @@
|
|||||||
#if !defined(LIBXRDP_H)
|
#if !defined(LIBXRDP_H)
|
||||||
#define LIBXRDP_H
|
#define LIBXRDP_H
|
||||||
|
|
||||||
#if defined(HAVE_CONFIG_H)
|
|
||||||
#include "config_ac.h"
|
|
||||||
#endif
|
|
||||||
#include "arch.h"
|
#include "arch.h"
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
#include "trans.h"
|
#include "trans.h"
|
||||||
|
@ -27,10 +27,6 @@
|
|||||||
#ifndef LIBSCP_H
|
#ifndef LIBSCP_H
|
||||||
#define LIBSCP_H
|
#define LIBSCP_H
|
||||||
|
|
||||||
#if defined(HAVE_CONFIG_H)
|
|
||||||
#include "config_ac.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "libscp_types.h"
|
#include "libscp_types.h"
|
||||||
#include "libscp_commands.h"
|
#include "libscp_commands.h"
|
||||||
|
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
#ifndef SESMAN_H
|
#ifndef SESMAN_H
|
||||||
#define SESMAN_H
|
#define SESMAN_H
|
||||||
|
|
||||||
#if defined(HAVE_CONFIG_H)
|
|
||||||
#include "config_ac.h"
|
|
||||||
#endif
|
|
||||||
#include "arch.h"
|
#include "arch.h"
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
#include "os_calls.h"
|
#include "os_calls.h"
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* include other h files */
|
/* include other h files */
|
||||||
#if defined(HAVE_CONFIG_H)
|
|
||||||
#include "config_ac.h"
|
|
||||||
#endif
|
|
||||||
#include "arch.h"
|
#include "arch.h"
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
#include "trans.h"
|
#include "trans.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user