Remove yet another superfluous unistd

This commit is contained in:
Robin Gareus 2025-12-16 16:24:00 +01:00
parent 2327070a17
commit 6695748bec
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -26,7 +26,6 @@
#include <cmath>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <cerrno>
#include <climits>
#include <cctype>