HPL1: Disable seemingly redundant header

This commit is contained in:
Eugene Sandulenko 2022-12-23 18:34:51 +01:00
parent 97954723ef
commit 2b478d6fda
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -80,7 +80,7 @@
#else
#include <assert.h>
#include <pthread.h>
#include <semaphore.h>
//#include <semaphore.h>
#include <unistd.h>
#ifdef __APPLE__