diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/log.c | 2 | ||||
-rw-r--r-- | src/helper/options.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/log.c b/src/helper/log.c index 3067ecc5..6adde4b9 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -29,7 +29,7 @@ #include "time_support.h" // @todo the inclusion of server.h here is a layering violation -#include "server.h" +#include <server/server.h> #include <stdarg.h> diff --git a/src/helper/options.c b/src/helper/options.c index 3db96fd7..573026a6 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -26,7 +26,7 @@ #include "configuration.h" // @todo the inclusion of server.h here is a layering violation -#include "server.h" +#include <server/server.h> #include <getopt.h> |