summaryrefslogtreecommitdiff
path: root/src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c')
-rw-r--r--src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c b/src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c
index 9ba9ee3fc0..ec5358fb97 100644
--- a/src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c
+++ b/src/grp-journal-remote/systemd-journal-remote/journal-remote-parse.c
@@ -17,12 +17,12 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "alloc-util.h"
-#include "fd-util.h"
+#include "basic/alloc-util.h"
+#include "basic/fd-util.h"
#include "journal-remote-parse.h"
#include "journald-native.h"
-#include "parse-util.h"
-#include "string-util.h"
+#include "basic/parse-util.h"
+#include "basic/string-util.h"
#define LINE_CHUNK 8*1024u