diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2017-03-02 20:54:22 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-04 00:52:34 -0800 |
| commit | 30a7a947b1825c0527ca8ed14b686c5165e4c817 (patch) | |
| tree | 55e3183423502a33c04d322b1ef4ce7926567ea3 /sesman/libscp/libscp.h | |
| parent | b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b (diff) | |
| download | xrdp-proprietary-30a7a947b1825c0527ca8ed14b686c5165e4c817.tar.gz xrdp-proprietary-30a7a947b1825c0527ca8ed14b686c5165e4c817.zip | |
Don't include config_ac.h from any header files
Diffstat (limited to 'sesman/libscp/libscp.h')
| -rw-r--r-- | sesman/libscp/libscp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sesman/libscp/libscp.h b/sesman/libscp/libscp.h index ed73380f..ddfdb6e4 100644 --- a/sesman/libscp/libscp.h +++ b/sesman/libscp/libscp.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" |
