chore: remove unnecessary pam header uses

those actually cause issues when trying to cross-compile
This commit is contained in:
javalsai 2024-09-05 17:14:42 +02:00
parent 1a8aa1a14e
commit 462d1fd337
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8

View File

@ -1,8 +1,6 @@
#include <errno.h>
#include <grp.h>
#include <pwd.h>
#include <security/_pam_types.h>
#include <security/pam_appl.h>
#include <security/pam_misc.h>
#include <stdio.h>
#include <stdlib.h>