mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
devicemonitor: Use local includes and use gst_private before anything
Should fix build issues on BSD
This commit is contained in:
parent
59611a01ac
commit
fb9ca6f7b4
3 changed files with 8 additions and 12 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue