diff options
author | 2018-11-20 15:42:57 +0100 | |
---|---|---|
committer | 2018-11-20 18:40:02 +0100 | |
commit | 294bf0c34a53caa25709b794bfeee6a00a2b6ecd (patch) | |
tree | a429db1ca92924ac73959a0ed9954161e22612dd /src/id128 | |
parent | machine-id: use static destructor and DEFINE_MAIN_FUNCTION() macro (diff) | |
download | systemd-294bf0c34a53caa25709b794bfeee6a00a2b6ecd.tar.gz systemd-294bf0c34a53caa25709b794bfeee6a00a2b6ecd.tar.bz2 systemd-294bf0c34a53caa25709b794bfeee6a00a2b6ecd.zip |
Split out pretty-print.c and move pager.c and main-func.h to shared/
This is high-level functionality, and fits better in shared/ (which is for
our executables), than in basic/ (which is also for libraries).
Diffstat (limited to 'src/id128')
-rw-r--r-- | src/id128/id128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id128/id128.c b/src/id128/id128.c index cbd7464d2..3c40dd6e5 100644 --- a/src/id128/id128.c +++ b/src/id128/id128.c @@ -6,7 +6,7 @@ #include "alloc-util.h" #include "id128-print.h" #include "main-func.h" -#include "terminal-util.h" +#include "pretty-print.h" #include "util.h" #include "verbs.h" |