diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 23:17:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 23:17:51 +0000 |
commit | 80266e43b4d21ea5eb4376dbedad02b767244cf7 (patch) | |
tree | 698972d9efacbd4cdcb0147b6173d1252f392579 /raul/Slave.hpp | |
parent | d0bdce351a454f3fafa7d61d7bbe4f7c07cf81e3 (diff) | |
download | raul-80266e43b4d21ea5eb4376dbedad02b767244cf7.tar.gz raul-80266e43b4d21ea5eb4376dbedad02b767244cf7.tar.bz2 raul-80266e43b4d21ea5eb4376dbedad02b767244cf7.zip |
Hide pthread stuff from public headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4360 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Slave.hpp')
-rw-r--r-- | raul/Slave.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/raul/Slave.hpp b/raul/Slave.hpp index a301bc4..95bff5c 100644 --- a/raul/Slave.hpp +++ b/raul/Slave.hpp @@ -18,7 +18,6 @@ #ifndef RAUL_SLAVE_HPP #define RAUL_SLAVE_HPP -#include <pthread.h> #include "raul/Semaphore.hpp" #include "raul/Thread.hpp" |