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:
@@ -10,7 +10,6 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <linux/drm_fourcc.h>
|
||||
#include <linux/media-bus-format.h>
|
||||
|
||||
#include <libcamera/camera.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
|
||||
#include <linux/drm_fourcc.h>
|
||||
#include <linux/media-bus-format.h>
|
||||
|
||||
#include <ipa/rkisp1.h>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <iomanip>
|
||||
#include <tuple>
|
||||
|
||||
#include <linux/drm_fourcc.h>
|
||||
#include <linux/media-bus-format.h>
|
||||
|
||||
#include <ipa/ipa_interface.h>
|
||||
|
||||
Reference in New Issue
Block a user