Moved location of header
This commit is contained in:
parent
c8eca51309
commit
3413ef5210
|
@ -6,12 +6,12 @@
|
||||||
// Copyright 2009 Tarasis. All rights reserved.
|
// Copyright 2009 Tarasis. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#import <wchar.h>
|
||||||
#import <Carbon/Carbon.h>
|
#import <Carbon/Carbon.h>
|
||||||
#import <UnrarKit/UnrarKit.h>
|
#import <UnrarKit/UnrarKit.h>
|
||||||
#import "QuietUnrarAppDelegate.h"
|
#import "QuietUnrarAppDelegate.h"
|
||||||
#import "libunrar/dll.hpp"
|
#import "libunrar/dll.hpp"
|
||||||
#import "libunrar/rardefs.hpp"
|
#import "libunrar/rardefs.hpp"
|
||||||
#import <wchar.h>
|
|
||||||
|
|
||||||
#pragma mark Callbacks
|
#pragma mark Callbacks
|
||||||
// Declartions that are not to be part of the public interface.
|
// Declartions that are not to be part of the public interface.
|
||||||
|
|
Loading…
Reference in New Issue