summaryrefslogtreecommitdiff
path: root/gst/gstxml.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2000-12-15 01:57:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2000-12-15 01:57:34 +0000
commita63780a37746679663f90298afc4ead8418a2678 (patch)
tree88a758dc1313d354a0136f6a8ac2277bf2b26335 /gst/gstxml.h
parentf8386fbaa0e657fcbfeca6e81611053d687cddb0 (diff)
Header cleanup: try to include as little as possible; this will probably speed up compilation a bit.
Original commit message from CVS: Header cleanup: try to include as little as possible; this will probably speed up compilation a bit. changed the .c files to use #include "..." Fix for the 'plugins are loaded twice' bug. Fix 22186: GstObject flags are now used everywhere. Added *_FLAG_LAST so elements do not use the same flags. Added some padding in the flag enum for future expansion.
Diffstat (limited to 'gst/gstxml.h')
-rw-r--r--gst/gstxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstxml.h b/gst/gstxml.h
index 4ebb9ec617..1f9db892df 100644
--- a/gst/gstxml.h
+++ b/gst/gstxml.h
@@ -21,8 +21,8 @@
#ifndef __GST_XML_H__
#define __GST_XML_H__
-#include <gst/gst.h>
#include <gnome-xml/parser.h>
+#include <gst/gstelement.h>
#ifdef __cplusplus
extern "C" {