mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
uvcsink: configfs.c: fix code for local usage
- use local header file and remove unused reference to tools.h Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1304>
This commit is contained in:
parent
42c53f971c
commit
e50dcac517
1 changed files with 1 additions and 2 deletions
|
@ -20,10 +20,9 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <linux/videodev2.h>
|
||||
#include "linux/videodev2.h"
|
||||
|
||||
#include "configfs.h"
|
||||
#include "tools.h"
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Path handling and support
|
||||
|
|
Loading…
Reference in a new issue