diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-09-24 17:59:05 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-09-26 15:59:09 +0300 |
commit | 72e8e03719aa552abce7eeee8a6e4a9b8eb8443e (patch) | |
tree | ff5b16e1012d7431cf3647ed4d9184fdc523df69 /utils/ipc/tools/diagnosis | |
parent | 40f5fddca7f774944a53f58eeaebc4db79c373d8 (diff) |
libcamera: camera_manager: Fix utils.h #include location
The utils.h header #include is separate from the rest of the group for
no reason. Move it to where it should be.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideason/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2019, Google Inc.
*
* serialization_test.h - Base class for serialization tests
*/
#pragma once
#include <libcamera/camera.h>
#include <libcamera/camera_manager.h>
#include <libcamera/controls.h>
#include "camera_tes