diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-01 23:41:07 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-01 23:41:07 +0200 |
| commit | 8f97b0b422820fd2ac0162aa12cdbf14150f1a11 (patch) | |
| tree | 1302cfc441cdf8f2c82f09251b8b89e0f0a3778a /kms | |
| parent | b9ab1878ca353f672593f6fa9d698567c4f41370 (diff) | |
Remove unused includes
Most were left over from moving code out of main.cpp and from replacing
fprintf with gsr_log. Also fixes building without the app_audio option.
Diffstat (limited to 'kms')
| -rw-r--r-- | kms/client/kms_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kms/client/kms_client.c b/kms/client/kms_client.c index 4d70d78..c0279d2 100644 --- a/kms/client/kms_client.c +++ b/kms/client/kms_client.c @@ -10,10 +10,10 @@ #include <stdbool.h> #include <fcntl.h> #include <sys/socket.h> +#include <sys/stat.h> #include <sys/un.h> #include <sys/wait.h> #include <poll.h> -#include <sys/stat.h> #ifdef __linux__ #include <sys/capability.h> #endif |
