summaryrefslogtreecommitdiffstats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-26 02:59:29 +0200
committerShizZy <shizzy@6bit.net>2013-09-26 02:59:29 +0200
commit5b0b60ad6b98d3f556db772c4ec79975e36ad315 (patch)
treebd30b8cc659a5cb240c3cffc954c0649fa2f35ec /src/common/common.vcxproj
parentremoved <windows.h> include from common.h and added it only where needed (diff)
downloadyuzu-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 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj3
1 files changed, 0 insertions, 3 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" />