From 28db6fbff133ddec390f3df4aac897ee1bbcdcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 7 Nov 2022 14:59:58 +0100 Subject: Rename def.h to constants.h The name "def.h" originates from before the rule of "no needless abbreviations" was established. Let's rename the file to clarify that it contains a collection of various semi-related constants. --- src/timesync/timesyncd-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timesync') diff --git a/src/timesync/timesyncd-conf.c b/src/timesync/timesyncd-conf.c index 21fe7daec4..3e6cb43597 100644 --- a/src/timesync/timesyncd-conf.c +++ b/src/timesync/timesyncd-conf.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #include "alloc-util.h" -#include "def.h" +#include "constants.h" #include "dns-domain.h" #include "extract-word.h" #include "string-util.h" -- cgit v1.2.1