mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
src: Remove all unused sys/mman.h inclusions
Remove leftover inclusions of the sys/mman header file. Reviewed-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
a48a000a33
commit
aa1972529b
6 changed files with 0 additions and 6 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <fcntl.h>
|
||||
#include <link.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
#include <sys/mman.h>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <libcamera/camera.h>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <sstream>
|
||||
#include <string.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/types.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <fcntl.h>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/types.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue