From 84e61b79c686586d260abd47fef8942437e4ea51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 May 2006 10:53:18 +0000 Subject: [PATCH] tools/: Fix up includes: need to include stdlib.h in tools.h for exit(). Original commit message from CVS: * tools/gst-inspect.c: * tools/gst-launch.c: * tools/gst-typefind.c: * tools/gst-xmlinspect.c: * tools/tools.h: Fix up includes: need to include stdlib.h in tools.h for exit(). --- ChangeLog | 9 +++++++++ common | 2 +- tools/gst-inspect.c | 3 --- tools/gst-launch.c | 4 ---- tools/gst-typefind.c | 2 -- tools/gst-xmlinspect.c | 2 -- tools/tools.h | 3 +++ 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4af8435af5..1393e9eaec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-05-09 Tim-Philipp Müller + + * tools/gst-inspect.c: + * tools/gst-launch.c: + * tools/gst-typefind.c: + * tools/gst-xmlinspect.c: + * tools/tools.h: + Fix up includes: need to include stdlib.h in tools.h for exit(). + 2006-05-09 Tim-Philipp Müller * gst/gsttaglist.c: (_gst_tag_initialize): diff --git a/common b/common index 6b67aa6dd1..e41606ab2c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6b67aa6dd111fb139e1be0f6a386e3ff84cce091 +Subproject commit e41606ab2c6a31be473de511b5fd776bd2593b56 diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 08371a45b8..32fbe7d2db 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -25,13 +25,10 @@ # include "config.h" #endif -#include #include -#include "gst/gst-i18n-app.h" #include "tools.h" -#include #include #include #include diff --git a/tools/gst-launch.c b/tools/gst-launch.c index 3d6a89815e..03aec4a70b 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -31,7 +31,6 @@ #endif #include -#include #include #ifdef HAVE_UNISTD_H #include @@ -40,9 +39,6 @@ #include #endif #include /* for LC_ALL */ -#include "gst/gst-i18n-app.h" - -#include #include "tools.h" /* FIXME: This is just a temporary hack. We should have a better diff --git a/tools/gst-typefind.c b/tools/gst-typefind.c index 2d43bed134..b8bd67c165 100644 --- a/tools/gst-typefind.c +++ b/tools/gst-typefind.c @@ -27,9 +27,7 @@ #endif #include -#include #include -#include #include "tools.h" diff --git a/tools/gst-xmlinspect.c b/tools/gst-xmlinspect.c index bac4a409ae..0c018ffb31 100644 --- a/tools/gst-xmlinspect.c +++ b/tools/gst-xmlinspect.c @@ -2,8 +2,6 @@ # include "config.h" #endif -#include -#include #include #include #include diff --git a/tools/tools.h b/tools/tools.h index 839a4ca793..a4e3371ede 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -23,6 +23,9 @@ #ifndef __GST_TOOLS_H__ #define __GST_TOOLS_H__ +#include + +#include #include "gst/gst-i18n-app.h" /*