diff options
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/chansrv/chansrv.c | 2 | ||||
-rw-r--r-- | sesman/chansrv/pulse/module-xrdp-sink.c | 2 | ||||
-rw-r--r-- | sesman/chansrv/pulse/module-xrdp-source.c | 2 | ||||
-rw-r--r-- | sesman/chansrv/sound.c | 2 | ||||
-rw-r--r-- | sesman/sesman.h | 1 | ||||
-rw-r--r-- | sesman/session.c | 1 | ||||
-rw-r--r-- | sesman/tools/dis.c | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/sesman/chansrv/chansrv.c b/sesman/chansrv/chansrv.c index 6734b8dd..49b11448 100644 --- a/sesman/chansrv/chansrv.c +++ b/sesman/chansrv/chansrv.c @@ -32,12 +32,12 @@ #include "devredir.h" #include "list.h" #include "file.h" -#include "file_loc.h" #include "log.h" #include "rail.h" #include "xcommon.h" #include "chansrv_fuse.h" #include "drdynvc.h" +#include "xrdp_sockets.h" static struct trans *g_lis_trans = 0; static struct trans *g_con_trans = 0; diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c index d8c56d1e..3e51940d 100644 --- a/sesman/chansrv/pulse/module-xrdp-sink.c +++ b/sesman/chansrv/pulse/module-xrdp-sink.c @@ -68,7 +68,7 @@ typedef bool pa_bool_t; #endif #include "module-xrdp-sink-symdef.h" -#include "../../../common/file_loc.h" +#include "../../../common/xrdp_sockets.h" PA_MODULE_AUTHOR("Jay Sorg"); PA_MODULE_DESCRIPTION("xrdp sink"); diff --git a/sesman/chansrv/pulse/module-xrdp-source.c b/sesman/chansrv/pulse/module-xrdp-source.c index 22d82bfc..6aa73ecd 100644 --- a/sesman/chansrv/pulse/module-xrdp-source.c +++ b/sesman/chansrv/pulse/module-xrdp-source.c @@ -55,7 +55,7 @@ typedef bool pa_bool_t; #endif #include "module-xrdp-source-symdef.h" -#include "../../../common/file_loc.h" +#include "../../../common/xrdp_sockets.h" PA_MODULE_AUTHOR("Laxmikant Rashinkar"); PA_MODULE_DESCRIPTION("xrdp source"); diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c index 2958e123..a647b4b6 100644 --- a/sesman/chansrv/sound.c +++ b/sesman/chansrv/sound.c @@ -31,7 +31,7 @@ #include "thread_calls.h" #include "defines.h" #include "fifo.h" -#include "file_loc.h" +#include "xrdp_sockets.h" #include "chansrv_common.h" #if defined(XRDP_OPUS) diff --git a/sesman/sesman.h b/sesman/sesman.h index 576a28e8..eb0dc21f 100644 --- a/sesman/sesman.h +++ b/sesman/sesman.h @@ -31,7 +31,6 @@ #include "parse.h" #include "os_calls.h" #include "log.h" -#include "file_loc.h" #include "env.h" #include "auth.h" #include "config.h" diff --git a/sesman/session.c b/sesman/session.c index aefcd258..0b8bb6ac 100644 --- a/sesman/session.c +++ b/sesman/session.c @@ -40,6 +40,7 @@ #include "sesman.h" #include "libscp_types.h" #include "xauth.h" +#include "xrdp_sockets.h" #ifndef PR_SET_NO_NEW_PRIVS #define PR_SET_NO_NEW_PRIVS 38 diff --git a/sesman/tools/dis.c b/sesman/tools/dis.c index 61f2bea2..408027ca 100644 --- a/sesman/tools/dis.c +++ b/sesman/tools/dis.c @@ -27,7 +27,7 @@ #include <sys/socket.h> #include <sys/un.h> -#include "file_loc.h" +#include "xrdp_sockets.h" int main(int argc, char **argv) { |