devicemonitor: Use local includes and use gst_private before anything

Should fix build issues on BSD
This commit is contained in:
Edward Hervey 2014-03-17 09:51:45 +01:00
parent 59611a01ac
commit fb9ca6f7b4
3 changed files with 8 additions and 12 deletions

View file

@ -23,10 +23,9 @@
#include "config.h"
#endif
#include "gst/gst_private.h"
#include "gst_private.h"
#include <gst/gstdevice.h>
#include <gst/gst.h>
#include "gstdevice.h"
enum
{

View file

@ -23,13 +23,12 @@
#include "config.h"
#endif
#include <gst/gstdevicemonitor.h>
#include "gst_private.h"
#include "gst/gst_private.h"
#include <gst/gst.h>
#include "gstdevicemonitor.h"
#include <gst/gstelementmetadata.h>
#include <gst/gstquark.h>
#include "gstelementmetadata.h"
#include "gstquark.h"
struct _GstDeviceMonitorPrivate
{

View file

@ -23,10 +23,8 @@
#include "config.h"
#endif
#include <gst/gstglobaldevicemonitor.h>
#include "gst/gst_private.h"
#include <gst/gst.h>
#include "gst_private.h"
#include "gstglobaldevicemonitor.h"
struct _GstGlobalDeviceMonitorPrivate
{