[libbluray-devel] Fix includes

hpi1 git at videolan.org
Wed Feb 18 10:38:29 CET 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Feb 18 11:30:29 2015 +0200| [9d35031c50dfb22aeb4949a782171e951404076c] | committer: hpi1

Fix includes

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=9d35031c50dfb22aeb4949a782171e951404076c
---

 src/util/mutex.c |    1 -
 src/util/mutex.h |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/util/mutex.c b/src/util/mutex.c
index a75fa01..18f0cf3 100644
--- a/src/util/mutex.c
+++ b/src/util/mutex.c
@@ -24,7 +24,6 @@
 #include "mutex.h"
 
 #include "logging.h"
-#include "macro.h"
 
 
 #if defined(_WIN32)
diff --git a/src/util/mutex.h b/src/util/mutex.h
index 98f79b2..1e7a8ee 100644
--- a/src/util/mutex.h
+++ b/src/util/mutex.h
@@ -68,8 +68,8 @@ static inline int bd_mutex_destroy(BD_MUTEX *p) {
 
 #elif defined(HAVE_PTHREAD_H)
 
+#include "attributes.h"
 #include "logging.h"
-#include "macro.h"
 
 /*
  * recursive mutex



More information about the libbluray-devel mailing list