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/journal-remote/journal-remote-main.c | 2 +- src/journal-remote/journal-remote.c | 2 +- src/journal-remote/journal-upload.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/journal-remote') diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c index 1ebcb8ddce..440aad1cf7 100644 --- a/src/journal-remote/journal-remote-main.c +++ b/src/journal-remote/journal-remote-main.c @@ -7,8 +7,8 @@ #include "build.h" #include "conf-parser.h" +#include "constants.h" #include "daemon-util.h" -#include "def.h" #include "fd-util.h" #include "fileio.h" #include "journal-remote-write.h" diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c index e8fe04165e..3d7b552e95 100644 --- a/src/journal-remote/journal-remote.c +++ b/src/journal-remote/journal-remote.c @@ -10,7 +10,7 @@ #include "af-list.h" #include "alloc-util.h" -#include "def.h" +#include "constants.h" #include "errno-util.h" #include "escape.h" #include "fd-util.h" diff --git a/src/journal-remote/journal-upload.c b/src/journal-remote/journal-upload.c index 6d58e48bbf..5a34b73f76 100644 --- a/src/journal-remote/journal-upload.c +++ b/src/journal-remote/journal-upload.c @@ -12,8 +12,8 @@ #include "alloc-util.h" #include "build.h" #include "conf-parser.h" +#include "constants.h" #include "daemon-util.h" -#include "def.h" #include "env-file.h" #include "fd-util.h" #include "fileio.h" -- cgit v1.2.1