summaryrefslogtreecommitdiffstats
path: root/common
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 /common
parentb2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b (diff)
downloadxrdp-proprietary-30a7a947b1825c0527ca8ed14b686c5165e4c817.tar.gz
xrdp-proprietary-30a7a947b1825c0527ca8ed14b686c5165e4c817.zip
Don't include config_ac.h from any header files
Diffstat (limited to 'common')
-rw-r--r--common/arch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/arch.h b/common/arch.h
index ba27a32b..873fd1d8 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -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)