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

Commit a8af3527 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Avoid incomplete OutputConfiguration definition" into main am: dd9fbf4c am: a6330bc9

parents 543e82fc a6330bc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
#ifndef ANDROID_HARDWARE_CAMERA2_SESSIONCONFIGURATION_H
#define ANDROID_HARDWARE_CAMERA2_SESSIONCONFIGURATION_H

#include "OutputConfiguration.h"

#include <binder/Parcelable.h>

namespace android {
@@ -25,8 +27,6 @@ namespace hardware {
namespace camera2 {
namespace params {

class OutputConfiguration;

class SessionConfiguration : public android::Parcelable {
public: