diff options
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/caps.c | 2 | ||||
-rw-r--r-- | src/daemon/daemon-conf.c | 2 | ||||
-rw-r--r-- | src/daemon/main.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/caps.c b/src/daemon/caps.c index 4942868c..5e24da82 100644 --- a/src/daemon/caps.c +++ b/src/daemon/caps.c @@ -32,7 +32,7 @@ #include <sys/capability.h> #endif -#include <polyp/error.h> +#include <polypcore/core-error.h> #include <polypcore/log.h> diff --git a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c index 809769f8..2d8d9558 100644 --- a/src/daemon/daemon-conf.c +++ b/src/daemon/daemon-conf.c @@ -29,9 +29,9 @@ #include <assert.h> #include <unistd.h> -#include <polyp/error.h> #include <polyp/xmalloc.h> +#include <polypcore/core-error.h> #include <polypcore/core-util.h> #include <polypcore/strbuf.h> #include <polypcore/conf-parser.h> diff --git a/src/daemon/main.c b/src/daemon/main.c index 2fadd496..b88f932c 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -50,11 +50,11 @@ #include "../polypcore/winsock.h" -#include <polyp/error.h> #include <polyp/mainloop.h> #include <polyp/mainloop-signal.h> #include <polyp/xmalloc.h> +#include <polypcore/core-error.h> #include <polypcore/core.h> #include <polypcore/memblock.h> #include <polypcore/module.h> |