[libcamera-devel] [PATCH] libcamera: internal: tracepoints: Use correct include directive

Umang Jain umang.jain at ideasonboard.com
Wed Feb 8 20:31:16 CET 2023


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 at ideasonboard.com>
---
 include/libcamera/internal/tracepoints/request.tp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/libcamera/internal/tracepoints/request.tp b/include/libcamera/internal/tracepoints/request.tp
index f1e54497..4f367e91 100644
--- a/include/libcamera/internal/tracepoints/request.tp
+++ b/include/libcamera/internal/tracepoints/request.tp
@@ -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,
-- 
2.39.0



More information about the libcamera-devel mailing list