same change here

Original commit message from CVS:
same change here
This commit is contained in:
Thomas Vander Stichele 2002-05-02 13:41:07 +00:00
parent b557c951c2
commit e6abe03293
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
*/ */
#include <gst/gst.h> #include <gst/gst.h>
#include <gst/control/control.h> #include "control.h"
static void static void
gst_control_init_common() gst_control_init_common()

View file

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <gst/control/unitconvert.h> #include "unitconvert.h"
#include <gst/gstinfo.h> #include <gst/gstinfo.h>
static GHashTable *_gst_units; static GHashTable *_gst_units;