diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-26 02:59:29 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-26 02:59:29 +0200 |
commit | 5b0b60ad6b98d3f556db772c4ec79975e36ad315 (patch) | |
tree | bd30b8cc659a5cb240c3cffc954c0649fa2f35ec /src/common/common.vcxproj | |
parent | removed <windows.h> include from common.h and added it only where needed (diff) | |
download | yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.gz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.bz2 yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.lz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.xz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.zst yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/common.vcxproj | 3 | ||||
-rw-r--r-- | src/common/common.vcxproj.filters | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 498ca8401..9cf382c29 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -159,8 +159,6 @@ <ClInclude Include="src\extended_trace.h" /> <ClInclude Include="src\fifo_queue.h" /> <ClInclude Include="src\file_search.h" /> - <ClInclude Include="src\file_sys.h" /> - <ClInclude Include="src\file_sys_directory.h" /> <ClInclude Include="src\file_util.h" /> <ClInclude Include="src\fixed_size_queue.h" /> <ClInclude Include="src\hash.h" /> @@ -188,7 +186,6 @@ <ClCompile Include="src\console_listener.cpp" /> <ClCompile Include="src\extended_trace.cpp" /> <ClCompile Include="src\file_search.cpp" /> - <ClCompile Include="src\file_sys_directory.cpp" /> <ClCompile Include="src\file_util.cpp" /> <ClCompile Include="src\hash.cpp" /> <ClCompile Include="src\log_manager.cpp" /> diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index 21e348df4..ccc15d613 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -18,7 +18,6 @@ <ClCompile Include="src\timer.cpp" /> <ClCompile Include="src\version.cpp" /> <ClCompile Include="src\utf8.cpp" /> - <ClCompile Include="src\file_sys_directory.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="src\atomic.h" /> @@ -58,8 +57,6 @@ <ClInclude Include="src\platform.h" /> <ClInclude Include="src\swap.h" /> <ClInclude Include="src\utf8.h" /> - <ClInclude Include="src\file_sys.h" /> - <ClInclude Include="src\file_sys_directory.h" /> </ItemGroup> <ItemGroup> <None Include="CMakeLists.txt" /> |