diff options
author | ilsimo <ilsimo> | 2005-10-06 19:21:18 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2005-10-06 19:21:18 +0000 |
commit | a0507a33816961f08cbfb0d8b97d680e586593ac (patch) | |
tree | 117792047d14f5fab562bdc85d1178399ec56923 /sesman/config.c | |
parent | f90addd436bd873e1652caf175443c8153884321 (diff) | |
download | xrdp-proprietary-a0507a33816961f08cbfb0d8b97d680e586593ac.tar.gz xrdp-proprietary-a0507a33816961f08cbfb0d8b97d680e586593ac.zip |
Splitted sesman.c in more files.
Added sig.*, session.*, env.*, auth.h, tcp.*
Diffstat (limited to 'sesman/config.c')
-rw-r--r-- | sesman/config.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sesman/config.c b/sesman/config.c index 20cd1638..a42e3d03 100644 --- a/sesman/config.c +++ b/sesman/config.c @@ -19,11 +19,9 @@ session manager - read config file */ -#include "os_calls.h" #include "list.h" #include "file.h" -#include "arch.h" -#include "config.h" +#include "sesman.h" /******************************************************************************/ /* returns error */ |