(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.

This commit is contained in:
rubidium
2009-08-21 20:15:17 +00:00
parent a27e7231b4
commit 60a3bc9034
13 changed files with 39 additions and 27 deletions

View File

@@ -523,7 +523,7 @@ void FiosGetHeightmapList(SaveLoadDialogMode mode)
#if defined(ENABLE_NETWORK)
#include "core/smallvec_type.hpp"
#include "network/network_content.h"
#include "md5.h"
#include "3rdparty/md5/md5.h"
/** Basic data to distinguish a scenario. Used in the server list window */
struct ScenarioIdentifier {