diff --git a/src/V4l2DeviceSource.cpp b/src/V4l2DeviceSource.cpp index 15366da..ea8ad46 100644 --- a/src/V4l2DeviceSource.cpp +++ b/src/V4l2DeviceSource.cpp @@ -13,10 +13,6 @@ #include #include -// libv4l2 -#include -#include - // project #include "logger.h" #include "V4l2DeviceSource.h" diff --git a/src/main.cpp b/src/main.cpp index a3f33e4..c2b3f23 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,6 @@ // libv4l2 #include -#include // live555 #include