summaryrefslogtreecommitdiff
path: root/common/JackMutex.h
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-09-10 19:17:07 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-09-10 19:17:07 +0000
commitf4150108a82eb388efd7acce872dd4bb545ddc37 (patch)
tree1fca642e156f2d17ca0cfeee6c97cd92c58fc630 /common/JackMutex.h
parent244d6aaace17e561cce08d8da9ab965cfed5ba71 (diff)
downloadjack2-f4150108a82eb388efd7acce872dd4bb545ddc37.tar.gz
Michael Voigt mutex cleanup patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2907 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'common/JackMutex.h')
-rw-r--r--common/JackMutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/JackMutex.h b/common/JackMutex.h
index bfa32bf4..e2472add 100644
--- a/common/JackMutex.h
+++ b/common/JackMutex.h
@@ -22,10 +22,10 @@
#ifndef __JackMutex__
#define __JackMutex__
-#include "JackMutex_os.h"
-
#include <assert.h>
#include "JackError.h"
+#include "JackPlatformPlug.h"
+
namespace Jack
{