From ebc26a7b644a87f28be34d94c3adb4af73970f87 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 4 Jun 2002 15:57:42 +0000 Subject: [PATCH] include the system ladspa.h file Original commit message from CVS: include the system ladspa.h file --- ext/ladspa/gstladspa.c | 2 +- ext/ladspa/utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 0e3d75d..4fabcc0 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -23,7 +23,7 @@ #include #include "gstladspa.h" -#include "ladspa.h" /* main ladspa sdk include file */ +#include /* main ladspa sdk include file */ #include "utils.h" /* ladspa sdk utility functions */ diff --git a/ext/ladspa/utils.h b/ext/ladspa/utils.h index 1be64d0..d470eb0 100644 --- a/ext/ladspa/utils.h +++ b/ext/ladspa/utils.h @@ -8,7 +8,7 @@ /*****************************************************************************/ -#include "ladspa.h" +#include /*****************************************************************************/ -- 2.7.4