diff options
author | David Robillard <d@drobilla.net> | 2020-12-19 12:00:20 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-19 12:02:24 +0100 |
commit | fd6f5cd21c0a1c3a73d77d5271fe835c1f7f0fcb (patch) | |
tree | 18968c156ba120d9698009ab017daa184f9ba123 /include | |
parent | 7fd45d6dab78c158b12326af4be9ae96ce416adb (diff) | |
download | raul-fd6f5cd21c0a1c3a73d77d5271fe835c1f7f0fcb.tar.gz raul-fd6f5cd21c0a1c3a73d77d5271fe835c1f7f0fcb.tar.bz2 raul-fd6f5cd21c0a1c3a73d77d5271fe835c1f7f0fcb.zip |
Update include mapping for older include-what-you-use
Diffstat (limited to 'include')
-rw-r--r-- | include/raul/Semaphore.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/raul/Semaphore.hpp b/include/raul/Semaphore.hpp index 2e78d45..ee2325f 100644 --- a/include/raul/Semaphore.hpp +++ b/include/raul/Semaphore.hpp @@ -26,7 +26,6 @@ # include <cerrno> # include <ctime> # include <semaphore.h> -# include <sys/types.h> #endif #include <chrono> |