HAVE_CONFIG should be at top
This commit is contained in:
parent
6f3dd27a66
commit
4212b60e64
@ -23,6 +23,9 @@
|
||||
#if !defined(LIBXRDP_H)
|
||||
#define LIBXRDP_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "arch.h"
|
||||
#include "parse.h"
|
||||
#include "xrdp_constants.h"
|
||||
@ -33,9 +36,6 @@
|
||||
#include "file.h"
|
||||
#include "libxrdpinc.h"
|
||||
#include "file_loc.h"
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* tcp */
|
||||
struct xrdp_tcp
|
||||
|
@ -21,6 +21,9 @@
|
||||
*/
|
||||
|
||||
/* include other h files */
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "arch.h"
|
||||
#include "parse.h"
|
||||
#include "libxrdpinc.h"
|
||||
@ -33,9 +36,6 @@
|
||||
#include "list.h"
|
||||
#include "file.h"
|
||||
#include "file_loc.h"
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* xrdp.c */
|
||||
long APP_CC
|
||||
|
Loading…
Reference in New Issue
Block a user