diff options
| author | Sergii Piatakov <sergii.piatakov@globallogic.com> | 2018-10-10 17:22:10 +0300 |
|---|---|---|
| committer | Sergii Piatakov <sergii.piatakov@globallogic.com> | 2018-10-18 13:39:48 +0300 |
| commit | b8f073fb8a188eacc9a7268cbed349456d9a6e5f (patch) | |
| tree | 2b0ec5bc13ea42b8a39acf0c3e0cc752c459797a /modules/camera/3_4/capture_request.cpp | |
| parent | eef57caed9af7541d4cf8a8c694a808b5e039bf7 (diff) | |
camera: remove redundant and unnecessary includes
Remove unused or already included headers. Sort and format includes
accordind to the "Google C++ Style Guide". Replace C-headers by C++
analog when it's possible.
Test: build
Change-Id: I19fa6abb5bb68e0257c9c933e68f42f92b394ce7
Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
Diffstat (limited to 'modules/camera/3_4/capture_request.cpp')
| -rw-r--r-- | modules/camera/3_4/capture_request.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/camera/3_4/capture_request.cpp b/modules/camera/3_4/capture_request.cpp index 00b20cde..beef72f8 100644 --- a/modules/camera/3_4/capture_request.cpp +++ b/modules/camera/3_4/capture_request.cpp @@ -16,8 +16,6 @@ #include "capture_request.h" -#include <set> - namespace default_camera_hal { CaptureRequest::CaptureRequest() : CaptureRequest(nullptr) {} |
