Systemd/src/libsystemd/sd-hwdb
Zbigniew Jędrzejewski-Szmek fde32028a4 Move LONG_LINE_MAX definition to fileio.h
All users of the macro (except for one, in serialize.c), use the macro in
connection with read_line(), so they must include fileio.h.  Let's not play
libc games and require multiple header file to be included for the most common
use of a function.

The removal of def.h includes is not exact. I mostly went over the commits that
switch over to use read_line() and add def.h at the same time and reverted the
addition of def.h in those files.
2018-11-14 16:25:32 +01:00
..
hwdb-internal.h sd-hwdb: adjust included headers 2018-09-19 16:52:59 +09:00
hwdb-util.c Move LONG_LINE_MAX definition to fileio.h 2018-11-14 16:25:32 +01:00
hwdb-util.h hwdb,udevadm: also unify hwdb_query() and hwdb_test() 2018-09-19 17:38:07 +09:00
sd-hwdb.c sd_hwdb: update log messages 2018-10-24 04:31:48 +09:00