diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-14 13:14:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-14 13:25:52 +0100 |
commit | d8b4d14df4a8271504bb4c1e3c11f17684f09a14 (patch) | |
tree | 6c3dbf914f29467bdba4b43718ea96f7abab4478 /src/libsystemd/sd-hwdb | |
parent | 090a9c1eba44eb3ec8d327febdc7722674fc40ba (diff) | |
download | systemd-d8b4d14df4a8271504bb4c1e3c11f17684f09a14.tar.gz |
util: split out nulstr related stuff to nulstr-util.[ch]
Diffstat (limited to 'src/libsystemd/sd-hwdb')
-rw-r--r-- | src/libsystemd/sd-hwdb/sd-hwdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-hwdb/sd-hwdb.c b/src/libsystemd/sd-hwdb/sd-hwdb.c index d8c37c3fd4..77531d9505 100644 --- a/src/libsystemd/sd-hwdb/sd-hwdb.c +++ b/src/libsystemd/sd-hwdb/sd-hwdb.c @@ -18,8 +18,8 @@ #include "hashmap.h" #include "hwdb-internal.h" #include "hwdb-util.h" +#include "nulstr-util.h" #include "string-util.h" -#include "util.h" struct sd_hwdb { unsigned n_ref; |