mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00: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:
parent
0c19f895d3
commit
301bc49efe
5 changed files with 40 additions and 72 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue