From 5621eae1c5881a490e3b2b1d3b17168569634674 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 7 Nov 2003 12:47:01 +0000 Subject: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files --- gst/udp/gstudp.c | 3 +++ gst/udp/gstudpsink.h | 1 - gst/udp/gstudpsrc.h | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'gst/udp') diff --git a/gst/udp/gstudp.c b/gst/udp/gstudp.c index f74b4b2d..d4d90bc2 100644 --- a/gst/udp/gstudp.c +++ b/gst/udp/gstudp.c @@ -17,6 +17,9 @@ * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "gstudpsrc.h" #include "gstudpsink.h" diff --git a/gst/udp/gstudpsink.h b/gst/udp/gstudpsink.h index fe3a9f87..f49b4efe 100644 --- a/gst/udp/gstudpsink.h +++ b/gst/udp/gstudpsink.h @@ -22,7 +22,6 @@ #define __GST_UDPSINK_H__ -#include #include #ifdef __cplusplus diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h index 3311db7f..f16673df 100644 --- a/gst/udp/gstudpsrc.h +++ b/gst/udp/gstudpsrc.h @@ -21,7 +21,6 @@ #ifndef __GST_UDPSRC_H__ #define __GST_UDPSRC_H__ -#include #include #ifdef __cplusplus -- cgit