From 58f1ad3c79e56eca7d64449ee55d823efe86e213 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>
Date: Thu, 4 Apr 2019 17:07:39 +0200
Subject: libcamera: Make geometry.h a public header
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Make the geometry header public so it can be used by the API facing
applications.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 test/v4l2_subdevice/list_formats.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/v4l2_subdevice/list_formats.cpp b/test/v4l2_subdevice/list_formats.cpp
index db486554..47ae3a1c 100644
--- a/test/v4l2_subdevice/list_formats.cpp
+++ b/test/v4l2_subdevice/list_formats.cpp
@@ -9,7 +9,8 @@
 #include <iostream>
 #include <vector>
 
-#include "geometry.h"
+#include <libcamera/geometry.h>
+
 #include "v4l2_subdevice.h"
 #include "v4l2_subdevice_test.h"
 
-- 
cgit v1.2.1