mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Remove some unused POSIX includes from gtk2-ardour
This commit is contained in:
parent
0893098071
commit
cc260beef5
16 changed files with 4 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue