Drop the unnecessary pwd.h include

Obsolete in media session as of fc90a4e48a
This commit is contained in:
Peter Hutterer 2021-10-19 13:41:24 +10:00
parent 5443e24bc9
commit a223fe8df9

View file

@ -37,9 +37,6 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/types.h>
#if HAVE_PWD_H
#include <pwd.h>
#endif
#include <spa/node/node.h>
#include <spa/utils/hook.h>