tools/: Fix up includes: need to include stdlib.h in tools.h for exit().
authorTim-Philipp Müller <tim@centricular.net>
Tue, 9 May 2006 10:53:18 +0000 (10:53 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 9 May 2006 10:53:18 +0000 (10:53 +0000)
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
common
tools/gst-inspect.c
tools/gst-launch.c
tools/gst-typefind.c
tools/gst-xmlinspect.c
tools/tools.h

index 4af8435..1393e9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * 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  <tim at centricular dot net>
+
        * gst/gsttaglist.c: (_gst_tag_initialize):
        * gst/gsttaglist.h:
          API: add GST_TAG_IMAGE tag (#340721).
diff --git a/common b/common
index 6b67aa6..e41606a 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6b67aa6dd111fb139e1be0f6a386e3ff84cce091
+Subproject commit e41606ab2c6a31be473de511b5fd776bd2593b56
index 08371a4..32fbe7d 100644 (file)
 #  include "config.h"
 #endif
 
-#include <gst/gst.h>
 #include <gst/controller/gstcontroller.h>
 
-#include "gst/gst-i18n-app.h"
 #include "tools.h"
 
-#include <stdlib.h>
 #include <string.h>
 #include <locale.h>
 #include <glib/gprintf.h>
index 3d6a898..03aec4a 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #include <string.h>
-#include <stdlib.h>
 #include <signal.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
@@ -40,9 +39,6 @@
 #include <sys/wait.h>
 #endif
 #include <locale.h>             /* for LC_ALL */
-#include "gst/gst-i18n-app.h"
-
-#include <gst/gst.h>
 #include "tools.h"
 
 /* FIXME: This is just a temporary hack.  We should have a better
index 2d43bed..b8bd67c 100644 (file)
@@ -27,9 +27,7 @@
 #endif
 
 #include <string.h>
-#include <stdlib.h>
 #include <locale.h>
-#include <gst/gst.h>
 
 #include "tools.h"
 
index bac4a40..0c018ff 100644 (file)
@@ -2,8 +2,6 @@
 #  include "config.h"
 #endif
 
-#include <gst/gst.h>
-#include <stdlib.h>
 #include <string.h>
 #include <locale.h>
 #include <glib/gprintf.h>
index 839a4ca..a4e3371 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef __GST_TOOLS_H__
 #define __GST_TOOLS_H__
 
+#include <stdlib.h>
+
+#include <gst/gst.h>
 #include "gst/gst-i18n-app.h"
 
 /*