pager: move pager.[ch] src/shared/ → src/basic/

pager.[ch] doesn't use any APIs from src/libsystemd/ or src/shared/
hence there's no reason for it to be in src/shared/, let's move it to
src/basic/ instead.

This enables us to use pager.[ch] APIs from other code in src/basic/,
for example pager_have() and suchlike.
This commit is contained in:
Lennart Poettering 2018-04-11 19:57:56 +02:00
parent c30a49b2d0
commit a89e30ecb4
4 changed files with 2 additions and 2 deletions

View file

@ -127,6 +127,8 @@ basic_sources = files('''
nss-util.h
ordered-set.c
ordered-set.h
pager.c
pager.h
parse-util.c
parse-util.h
path-util.c

View file

@ -69,8 +69,6 @@ shared_sources = '''
nsflags.h
output-mode.c
output-mode.h
pager.c
pager.h
path-lookup.c
path-lookup.h
ptyfwd.c