From fde32028a4587fa13567c0f88e91be191ae9bdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 11 Nov 2018 18:39:39 +0100 Subject: 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. --- src/sysv-generator/sysv-generator.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sysv-generator') diff --git a/src/sysv-generator/sysv-generator.c b/src/sysv-generator/sysv-generator.c index 1566895ba3..cffaae1286 100644 --- a/src/sysv-generator/sysv-generator.c +++ b/src/sysv-generator/sysv-generator.c @@ -5,7 +5,6 @@ #include #include "alloc-util.h" -#include "def.h" #include "dirent-util.h" #include "exit-status.h" #include "fd-util.h" -- cgit v1.2.1