Skip to content

Commit

Permalink
🧼 [Linux] Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Oct 17, 2024
1 parent 142bfba commit 6549636
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/internal/wcam_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@
#include <linux/videodev2.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <exception>
#include <filesystem>
#include <format>

Check failure on line 10 in src/internal/wcam_linux.cpp

View workflow job for this annotation

GitHub Actions / Linux GCC Release

format: No such file or directory

Check failure on line 10 in src/internal/wcam_linux.cpp

View workflow job for this annotation

GitHub Actions / Linux Clang Debug

'format' file not found

Check failure on line 10 in src/internal/wcam_linux.cpp

View workflow job for this annotation

GitHub Actions / Linux GCC Debug

format: No such file or directory

Check failure on line 10 in src/internal/wcam_linux.cpp

View workflow job for this annotation

GitHub Actions / Linux Clang Release

'format' file not found
#include <functional>
#include <source_location>
#include <thread>
#include <vector>
#include "../Info.hpp"
#include "ICaptureImpl.hpp"
#include "ImageFactory.hpp"
#include "make_device_id.hpp"

Expand Down

0 comments on commit 6549636

Please sign in to comment.