From d9b25afe71a4f2e78ae9939893b94a41b48a94e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 12 Dec 2012 17:22:31 +0000 Subject: [PATCH] ext: Fix some compilation errors caused by circular header includes --- ext/alsa/gstalsasink.h | 2 +- ext/alsa/gstalsasrc.h | 2 +- ext/theora/gsttheoraenc.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/alsa/gstalsasink.h b/ext/alsa/gstalsasink.h index e1cd5cf..3a64a92 100644 --- a/ext/alsa/gstalsasink.h +++ b/ext/alsa/gstalsasink.h @@ -24,7 +24,7 @@ #define __GST_ALSASINK_H__ #include -#include +#include #include G_BEGIN_DECLS diff --git a/ext/alsa/gstalsasrc.h b/ext/alsa/gstalsasrc.h index 32c4779..57e2701 100644 --- a/ext/alsa/gstalsasrc.h +++ b/ext/alsa/gstalsasrc.h @@ -23,7 +23,7 @@ #ifndef __GST_ALSASRC_H__ #define __GST_ALSASRC_H__ -#include +#include #include "gstalsa.h" G_BEGIN_DECLS diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c index 8e5303d..3af2b6c 100644 --- a/ext/theora/gsttheoraenc.c +++ b/ext/theora/gsttheoraenc.c @@ -58,8 +58,6 @@ #include "config.h" #endif -#include "gsttheoraenc.h" - #include #include /* free */ @@ -67,6 +65,8 @@ #include #include +#include "gsttheoraenc.h" + #define GST_CAT_DEFAULT theoraenc_debug GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT); -- 2.7.4