libcamera: pixelformats: include linux/drm_fourcc.h
Instead of having to include linux/drm_fourcc.h everywhere a DRM FourCC is used in conjunction with PixelFormat include the header directly in pixelformats.h. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include <linux/drm_fourcc.h>
|
||||
|
||||
#include <QImage>
|
||||
|
||||
#include "format_converter.h"
|
||||
|
||||
Reference in New Issue
Block a user