]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/journal-internal.h
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / journal / journal-internal.h
index b51ecdb600a5a4c39793a6dc0b47f78b8113be3c..1221799c1d6a3b2d32619785d15ddf0b4104a615 100644 (file)
 #include <inttypes.h>
 #include <stdbool.h>
 
-#include "systemd/sd-id128.h"
+#include "sd-id128.h"
+#include "sd-journal.h"
 
+#include "hashmap.h"
 #include "journal-def.h"
+#include "journal-file.h"
 #include "list.h"
-#include "hashmap.h"
 #include "set.h"
-#include "journal-file.h"
-#include "sd-journal.h"
 
 typedef struct Match Match;
 typedef struct Location Location;