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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2022-11-07 14:59:58 +01:00
parent db62f51a9f
commit 28db6fbff1
75 changed files with 98 additions and 97 deletions

View File

@@ -8,7 +8,7 @@
#include "bus-locator.h"
#include "chase-symlinks.h"
#include "conf-files.h"
#include "def.h"
#include "constants.h"
#include "dirent-util.h"
#include "dissect-image.h"
#include "fd-util.h"