Commit fb744ad1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix compilation warnings

parent e972fb43
......@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import "intf.h"
#import "AddonListDataSource.h"
#import "StringUtility.h"
@implementation VLCAddon
......
......@@ -25,9 +25,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import "intf.h"
#import "CompatibilityFixes.h"
#import "MainWindow.h"
#import "intf.h"
#import "CoreInteraction.h"
#import "AudioEffects.h"
#import "MainMenu.h"
......
......@@ -25,6 +25,7 @@
*****************************************************************************/
#import <Cocoa/Cocoa.h>
#import <vlc_input.h>
#define _NS(s) [[VLCStringUtility sharedInstance] localizedString: s]
/* Get an alternate version of the string.
......
......@@ -24,13 +24,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import <vlc_input.h>
#import "intf.h"
#import "StringUtility.h"
#import <vlc_keys.h>
#import <vlc_strings.h>
#import "StringUtility.h"
#import "intf.h"
@implementation VLCStringUtility
static VLCStringUtility *_o_sharedInstance = nil;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment