libcamera: internal: tracepoints: Use correct include directive
libcamera uses double quotes "..." for #include directives for internal headers. While at it, move the request internal header include to the right location. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
61b43e50e7
commit
e72b121d65
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
||||||
* request.tp - Tracepoints for the request object
|
* request.tp - Tracepoints for the request object
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libcamera/internal/request.h>
|
|
||||||
|
|
||||||
#include <libcamera/framebuffer.h>
|
#include <libcamera/framebuffer.h>
|
||||||
|
|
||||||
|
#include "libcamera/internal/request.h"
|
||||||
|
|
||||||
TRACEPOINT_EVENT_CLASS(
|
TRACEPOINT_EVENT_CLASS(
|
||||||
libcamera,
|
libcamera,
|
||||||
request,
|
request,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue