summaryrefslogtreecommitdiffstats
path: root/xrdp
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-02 20:54:22 -0800
committerjsorg71 <jay.sorg@gmail.com>2017-03-04 00:52:34 -0800
commit30a7a947b1825c0527ca8ed14b686c5165e4c817 (patch)
tree55e3183423502a33c04d322b1ef4ce7926567ea3 /xrdp
parentb2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b (diff)
downloadxrdp-proprietary-30a7a947b1825c0527ca8ed14b686c5165e4c817.tar.gz
xrdp-proprietary-30a7a947b1825c0527ca8ed14b686c5165e4c817.zip
Don't include config_ac.h from any header files
Diffstat (limited to 'xrdp')
-rw-r--r--xrdp/xrdp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index 13bd398c..b4b88499 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.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"