From 6c6acaa7ea1893b99adbf2becc46238e4a5c78b2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 28 Nov 2021 05:07:54 +0200 Subject: libcamera: Move file_descriptor.h to base/ The FileDescriptor class is a generic helper that matches the criteria for the base library. Move it there. Signed-off-by: Laurent Pinchart Reviewed-by: Hirokazu Honda Reviewed-by: Jacopo Mondi --- test/file-descriptor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/file-descriptor.cpp') diff --git a/test/file-descriptor.cpp b/test/file-descriptor.cpp index 85b077a2..76badc4c 100644 --- a/test/file-descriptor.cpp +++ b/test/file-descriptor.cpp @@ -11,8 +11,7 @@ #include #include -#include - +#include #include #include "test.h" -- cgit v1.2.1