diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 14:29:35 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 14:29:35 -0400 |
commit | eb769f251bdbeadca6a3e3b3b857038edc0262a6 (patch) | |
tree | 55edd5db35ade612890dc6cb8ddeae28d808ef88 /src/grp-journal/grp-remote/microhttpd-util.c | |
parent | 4ad34c64825c9edc1cebbb434b914b0312891545 (diff) |
./tools/notsd-fixup
Diffstat (limited to 'src/grp-journal/grp-remote/microhttpd-util.c')
-rw-r--r-- | src/grp-journal/grp-remote/microhttpd-util.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/grp-journal/grp-remote/microhttpd-util.c b/src/grp-journal/grp-remote/microhttpd-util.c index c65c43186f..328e3b5a52 100644 --- a/src/grp-journal/grp-remote/microhttpd-util.c +++ b/src/grp-journal/grp-remote/microhttpd-util.c @@ -27,13 +27,14 @@ #include <gnutls/x509.h> #endif -#include "alloc-util.h" -#include "log.h" -#include "macro.h" +#include "basic/alloc-util.h" +#include "basic/log.h" +#include "basic/macro.h" +#include "basic/string-util.h" +#include "basic/strv.h" +#include "basic/util.h" + #include "microhttpd-util.h" -#include "string-util.h" -#include "strv.h" -#include "util.h" void microhttpd_logger(void *arg, const char *fmt, va_list ap) { char *f; |