summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-25 10:28:05 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-25 10:28:05 +0000
commit517f161077f29361b51f2259044e28a91143680e (patch)
treef511a56b05ec1887c4a9fdbe13f0226032f68e55 /gst-libs/gst
parent1aaf051074bd74e914df58a38f0516cc64cd3554 (diff)
downloadgst-plugins-bad-517f161077f29361b51f2259044e28a91143680e.tar.gz
gst-plugins-bad-517f161077f29361b51f2259044e28a91143680e.tar.bz2
gst-plugins-bad-517f161077f29361b51f2259044e28a91143680e.zip
Clean the local include
Original commit message from CVS: Clean the local include
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/audio/gstaudiofilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/gstaudiofilter.c b/gst-libs/gst/audio/gstaudiofilter.c
index 7028f428..0666862c 100644
--- a/gst-libs/gst/audio/gstaudiofilter.c
+++ b/gst-libs/gst/audio/gstaudiofilter.c
@@ -23,7 +23,7 @@
#endif
/*#define DEBUG_ENABLED */
-#include <gstaudiofilter.h>
+#include "gstaudiofilter.h"
#include <string.h>