diff options
author | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-15 18:38:37 +0100 |
---|---|---|
committer | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-15 18:38:37 +0100 |
commit | 51759d3d84ba0864324db59773ffa59d81e97dfd (patch) | |
tree | 69cd428d39f765c5417ce1501deadc1404315d0f /sesman | |
parent | b2f4f68ab8d43283a73aa9de099e73108129c374 (diff) | |
download | xrdp-proprietary-51759d3d84ba0864324db59773ffa59d81e97dfd.tar.gz xrdp-proprietary-51759d3d84ba0864324db59773ffa59d81e97dfd.zip |
remove unused include
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/env.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sesman/env.c b/sesman/env.c index 1ea1a948..1a4fa679 100644 --- a/sesman/env.c +++ b/sesman/env.c @@ -28,7 +28,6 @@ #include "sesman.h" #include "grp.h" #include "ssl_calls.h" -#include "os_calls.h" extern unsigned char g_fixedkey[8]; /* in sesman.c */ extern struct config_sesman *g_cfg; /* in sesman.c */ |