summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/butler.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-02 16:27:14 +0100
committerRobin Gareus <robin@gareus.org>2015-12-02 16:27:14 +0100
commit3242f16d445203425230e12f002dd79f16fc1881 (patch)
tree8ad82a52ff2c12f848c482ce24a74c8ddd8df092 /libs/ardour/ardour/butler.h
parent15c958e32fe65cee077672439c1c51d071c853e8 (diff)
consolidate semaphore implementation (part four)
Diffstat (limited to 'libs/ardour/ardour/butler.h')
-rw-r--r--libs/ardour/ardour/butler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/ardour/butler.h b/libs/ardour/ardour/butler.h
index 7a74fef6d1..44ce784899 100644
--- a/libs/ardour/ardour/butler.h
+++ b/libs/ardour/ardour/butler.h
@@ -24,10 +24,6 @@
#include <glibmm/threads.h>
-#ifdef PLATFORM_WINDOWS
-#include "pbd/glib_semaphore.h"
-#endif
-
#include "pbd/crossthread.h"
#include "pbd/ringbuffer.h"
#include "pbd/pool.h"