@@ -13,6 +13,9 @@
#import <Foundation/Foundation.h>
#endif
+#import <MobileVLCKit/MobileVLCKit.h>
+#import <MediaLibraryKit/MediaLibraryKit.h>
+
#ifndef NDEBUG
#define APLog(format, ...) NSLog(format, ## __VA_ARGS__)
#else
@@ -8,8 +8,6 @@
#import "VLCAppDelegate.h"
-#import <MediaLibraryKit/MLMediaLibrary.h>
-
#import "VLCPlaylistViewController.h"
#import "VLCMovieViewController.h"
@@ -7,7 +7,6 @@
//
#import <UIKit/UIKit.h>
-#import <MediaLibraryKit/MLFile.h>
@interface VLCMovieViewController : UIViewController <UISplitViewControllerDelegate>
@@ -6,9 +6,6 @@
// Copyright (c) 2013 VideoLAN. All rights reserved.