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:
Umang Jain 2023-02-09 00:54:10 +05:30
parent 61b43e50e7
commit e72b121d65

View file

@ -5,10 +5,10 @@
* request.tp - Tracepoints for the request object
*/
#include <libcamera/internal/request.h>
#include <libcamera/framebuffer.h>
#include "libcamera/internal/request.h"
TRACEPOINT_EVENT_CLASS(
libcamera,
request,