libcamera: camera_manager: Sort includes alphabetically

Alphabetically sorted includes help finding where to insert new include
statements, and avoiding duplicates.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Laurent Pinchart 2019-01-03 01:11:53 +02:00
parent 6ddbf354d5
commit 6b0c2f027a

View file

@ -7,8 +7,8 @@
#ifndef __LIBCAMERA_CAMERA_MANAGER_H__
#define __LIBCAMERA_CAMERA_MANAGER_H__
#include <vector>
#include <string>
#include <vector>
namespace libcamera {