[SCM] calf/master: More dependency trimming.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:04 UTC 2013


The following commit has been merged in the master branch:
commit 245298a6d58069290cf3958c5b8d2f248b014c9d
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Apr 10 23:40:13 2010 +0100

    More dependency trimming.
    
    The modules*.h are meant to be fully independent now - no reason
    to include modules.h inside modules_dev.h or any other (_synths,
    organ).

diff --git a/src/calf/modules_dev.h b/src/calf/modules_dev.h
index ac3471b..727e5ec 100644
--- a/src/calf/modules_dev.h
+++ b/src/calf/modules_dev.h
@@ -22,7 +22,6 @@
 #define __CALF_MODULES_DEV_H
 
 #include <calf/metadata.h>
-#include <calf/modules.h>
 
 #if ENABLE_EXPERIMENTAL
 #include <fluidsynth.h>
diff --git a/src/fluidsynth.cpp b/src/fluidsynth.cpp
index 174ab11..8b10896 100644
--- a/src/fluidsynth.cpp
+++ b/src/fluidsynth.cpp
@@ -21,6 +21,7 @@
 #include <calf/giface.h>
 #include <calf/modules_dev.h>
 #include <calf/utils.h>
+#include <string.h>
 
 #if ENABLE_EXPERIMENTAL
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list