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

Commit 99d245b0 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Avoid incomplete OutputConfiguration definition

Bug: 175635923
Test: m MODULES-IN-frameworks-av-camera
Change-Id: If45a476e89bcccd1833601dcc1e275fb0f0759c5
parent ecde86a4
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: