diff --git a/src/Gids.cc b/src/Gids.cc index 43646fe..b9b6da1 100644 --- a/src/Gids.cc +++ b/src/Gids.cc @@ -6,11 +6,7 @@ #if !defined(_WIN32) #include #include - -// BSD needs unistd.h for getgrouplist function -#if defined(BSD) || defined(__APPLE__) #include -#endif #else // Mocks for Windows