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
@ -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…
x
Reference in New Issue
Block a user