summaryrefslogtreecommitdiff
path: root/src/test/test-serialize.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-11 18:39:39 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-14 16:25:32 +0100
commitfde32028a4587fa13567c0f88e91be191ae9bdad (patch)
treefe72cbadf794d9f1add6ba873ce59276eabc1ea5 /src/test/test-serialize.c
parent0221d68a1317407960ea6f88bd4ebc1781999332 (diff)
downloadsystemd-fde32028a4587fa13567c0f88e91be191ae9bdad.tar.gz
systemd-fde32028a4587fa13567c0f88e91be191ae9bdad.tar.bz2
systemd-fde32028a4587fa13567c0f88e91be191ae9bdad.zip
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.
Diffstat (limited to 'src/test/test-serialize.c')
-rw-r--r--src/test/test-serialize.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test-serialize.c b/src/test/test-serialize.c
index 9a16688a67..e306b1f1d6 100644
--- a/src/test/test-serialize.c
+++ b/src/test/test-serialize.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-#include "def.h"
#include "escape.h"
#include "fd-util.h"
#include "fileio.h"