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

Commit dd9fbf4c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Avoid incomplete OutputConfiguration definition" into main

parents df80e7f6 99d245b0
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: