(iOS) Fix header include
This commit is contained in:
parent
8764c660e2
commit
104904fc97
|
@ -14,7 +14,7 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../file_extract.h"
|
#include <file/file_extract.h>
|
||||||
|
|
||||||
#import "../common/RetroArch_Apple.h"
|
#import "../common/RetroArch_Apple.h"
|
||||||
#import "views.h"
|
#import "views.h"
|
||||||
|
|
Loading…
Reference in New Issue