Skip to content

Commit

Permalink
Flatten the structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mchudy committed Jan 2, 2025
1 parent 2a070ca commit 04f1e8b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
@import Flutter;
#import <libkern/OSAtomic.h>

#import "./include/camera_avfoundation/FLTCaptureDeviceControlling.h"
#import "./include/camera_avfoundation/FLTDeviceOrientationProviding.h"
#import "./include/camera_avfoundation/FLTSavePhotoDelegate.h"
#import "./include/camera_avfoundation/FLTThreadSafeEventChannel.h"
#import "./include/camera_avfoundation/Protocols/FLTCaptureDeviceControlling.h"
#import "./include/camera_avfoundation/Protocols/FLTDeviceOrientationProviding.h"
#import "./include/camera_avfoundation/QueueUtils.h"
#import "./include/camera_avfoundation/messages.g.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.

#import "./include/camera_avfoundation/FLTCamMediaSettingsAVWrapper.h"
#import "./include/camera_avfoundation/Protocols/FLTCaptureDeviceControlling.h"
#import "./include/camera_avfoundation/FLTCaptureDeviceControlling.h"

@implementation FLTCamMediaSettingsAVWrapper

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "../include/camera_avfoundation/Protocols/FLTCaptureDeviceControlling.h"
#import "./include/camera_avfoundation/FLTCaptureDeviceControlling.h"

@interface FLTDefaultCaptureDeviceController ()
@property(nonatomic, strong) AVCaptureDevice *device;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "../include/camera_avfoundation/Protocols/FLTDeviceOrientationProviding.h"
#import "./include/camera_avfoundation/FLTDeviceOrientationProviding.h"

@implementation FLTDefaultDeviceOrientationProvider

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ framework module camera_avfoundation {
module * { export * }

explicit module Test {
header "Protocols/FLTCaptureDeviceControlling.h"
header "Protocols/FLTDeviceOrientationProviding.h"
header "FLTCaptureDeviceControlling.h"
header "FLTDeviceOrientationProviding.h"
header "FLTPermissionServicing.h"
header "CameraPlugin_Test.h"
header "CameraProperties.h"
Expand Down

0 comments on commit 04f1e8b

Please sign in to comment.