Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bc756db authored by Jim Shargo's avatar Jim Shargo
Browse files

cameraservice: Remove unused imports

Remove unused BufferQueue imports from a file that doesn't use them.

Bug: 340933206
BYPASS_IGBP_IGBC_API_REASON: this CL is part of the migration.
FLAG: EXEMPT refactor
Test: compiles

Change-Id: I93f344e9db46017c7e3a74fc0e7a6de1d522d597
parent b579bc70
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -22,13 +22,9 @@
#include <utils/Trace.h>
#include <cutils/properties.h>

#include "camera/CameraMetadata.h"
#include "CameraFlashlight.h"
#include "gui/IGraphicBufferConsumer.h"
#include "gui/BufferQueue.h"
#include "camera/CameraMetadata.h"
#include "camera/camera2/CaptureRequest.h"
#include "device3/Camera3Device.h"


namespace android {