summaryrefslogtreecommitdiffstats
path: root/macosx/HBPictureViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPictureViewController.m')
-rw-r--r--macosx/HBPictureViewController.m17
1 files changed, 8 insertions, 9 deletions
diff --git a/macosx/HBPictureViewController.m b/macosx/HBPictureViewController.m
index 87618cb97..e462a06d7 100644
--- a/macosx/HBPictureViewController.m
+++ b/macosx/HBPictureViewController.m
@@ -1,14 +1,13 @@
-//
-// HBPictureViewController.m
-// HandBrake
-//
-// Created by Damiano Galassi on 24/07/15.
-//
-//
+/* HBPictureViewController.m $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
#import "HBPictureViewController.h"
-#import "HBFilters.h"
-#import "HBPicture.h"
+
+@import HandBrakeKit.HBFilters;
+@import HandBrakeKit.HBPicture;
static void *HBPictureViewControllerContext = &HBPictureViewControllerContext;