libcamera: Use "..." instead of <...> consistently for internal headers
libcamera uses double quotes for #include directives for internal headers. A few <...> have found their way in the code base over time. Fix them. While at it, move an Android header include to the right location. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
7a529a9e35
commit
5517ffbff6
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <string>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <libcamera/internal/yaml_parser.h>
|
||||
#include "libcamera/internal/yaml_parser.h"
|
||||
|
||||
#include "test.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue