diff --git a/gfx/inc/Cg/cg.h b/gfx/include/Cg/cg.h similarity index 100% rename from gfx/inc/Cg/cg.h rename to gfx/include/Cg/cg.h diff --git a/gfx/inc/Cg/cgD3D9.h b/gfx/include/Cg/cgD3D9.h similarity index 100% rename from gfx/inc/Cg/cgD3D9.h rename to gfx/include/Cg/cgD3D9.h diff --git a/gfx/inc/Cg/cgGL.h b/gfx/include/Cg/cgGL.h similarity index 100% rename from gfx/inc/Cg/cgGL.h rename to gfx/include/Cg/cgGL.h diff --git a/pkg/apple/RetroArch.xcodeproj/project.pbxproj b/pkg/apple/RetroArch.xcodeproj/project.pbxproj index 5a78d72216..5bb9fa7bdc 100644 --- a/pkg/apple/RetroArch.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch.xcodeproj/project.pbxproj @@ -375,7 +375,7 @@ GCC_OPTIMIZATION_LEVEL = 0; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../..", - "$(SRCROOT)/../../gfx/inc", + "$(SRCROOT)/../../gfx/include", "$(SRCROOT)/../../libretro-common/include", ); INFOPLIST_FILE = "OSX/Info.plist"; @@ -437,7 +437,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../..", - "$(SRCROOT)/../../gfx/inc", + "$(SRCROOT)/../../gfx/include", "$(SRCROOT)/../../libretro-common/include", ); INFOPLIST_FILE = "OSX/Info.plist"; @@ -501,7 +501,7 @@ GCC_OPTIMIZATION_LEVEL = 0; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../..", - "$(SRCROOT)/../../gfx/inc", + "$(SRCROOT)/../../gfx/include", "$(SRCROOT)/../../libretro-common/include", ); INFOPLIST_FILE = "$(SRCROOT)/OSX/Info.plist"; @@ -562,7 +562,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../..", - "$(SRCROOT)/../../gfx/inc", + "$(SRCROOT)/../../gfx/include", "$(SRCROOT)/../../libretro-common/include", ); INFOPLIST_FILE = "$(SRCROOT)/OSX/Info.plist";