diff options
Diffstat (limited to 'src/systemd-socket-proxyd/socket-proxyd.c')
-rw-r--r-- | src/systemd-socket-proxyd/socket-proxyd.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/systemd-socket-proxyd/socket-proxyd.c b/src/systemd-socket-proxyd/socket-proxyd.c index 888850595b..bfaca75ec2 100644 --- a/src/systemd-socket-proxyd/socket-proxyd.c +++ b/src/systemd-socket-proxyd/socket-proxyd.c @@ -31,15 +31,15 @@ #include <systemd/sd-daemon.h> #include <systemd/sd-event.h> -#include "basic/alloc-util.h" -#include "basic/fd-util.h" -#include "basic/log.h" -#include "basic/path-util.h" -#include "basic/set.h" -#include "basic/socket-util.h" -#include "basic/string-util.h" -#include "basic/util.h" #include "sd-resolve/sd-resolve.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/fd-util.h" +#include "systemd-basic/log.h" +#include "systemd-basic/path-util.h" +#include "systemd-basic/set.h" +#include "systemd-basic/socket-util.h" +#include "systemd-basic/string-util.h" +#include "systemd-basic/util.h" #define BUFFER_SIZE (256 * 1024) #define CONNECTIONS_MAX 256 |