mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Common: Remove MD5.h
It uses DiscIO, and Common shouldn't depend on DiscIO. Instead, put this code in NetPlayClient.cpp.
This commit is contained in:
@ -123,7 +123,6 @@
|
||||
<ClInclude Include="Common\Logging\LogManager.h" />
|
||||
<ClInclude Include="Common\MathUtil.h" />
|
||||
<ClInclude Include="Common\Matrix.h" />
|
||||
<ClInclude Include="Common\MD5.h" />
|
||||
<ClInclude Include="Common\MemArena.h" />
|
||||
<ClInclude Include="Common\MemoryUtil.h" />
|
||||
<ClInclude Include="Common\MinizipUtil.h" />
|
||||
@ -723,7 +722,6 @@
|
||||
<ClCompile Include="Common\Logging\LogManager.cpp" />
|
||||
<ClCompile Include="Common\MathUtil.cpp" />
|
||||
<ClCompile Include="Common\Matrix.cpp" />
|
||||
<ClCompile Include="Common\MD5.cpp" />
|
||||
<ClCompile Include="Common\MemArenaWin.cpp" />
|
||||
<ClCompile Include="Common\MemoryUtil.cpp" />
|
||||
<ClCompile Include="Common\MsgHandler.cpp" />
|
||||
|
Reference in New Issue
Block a user