Remove some unused POSIX includes from gtk2-ardour

This commit is contained in:
Robin Gareus 2025-11-25 16:31:10 +01:00
parent 0893098071
commit cc260beef5
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
16 changed files with 4 additions and 21 deletions

View file

@ -20,9 +20,12 @@
#include "nsmclient.h"
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifndef COMPILER_MSVC
#pragma GCC diagnostic ignored "-Wunused-parameter"
#else