File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/script/script_scanner.cpp
Show inline comments
 
@@ -18,11 +18,9 @@
 
#include "script_scanner.hpp"
 
#include "script_info.hpp"
 

	
 
#if defined(ENABLE_NETWORK)
 
#include "../network/network_content.h"
 
#include "../3rdparty/md5/md5.h"
 
#include "../tar_type.h"
 
#endif /* ENABLE_NETWORK */
 

	
 
#include "../safeguards.h"
 

	
 
@@ -180,8 +178,6 @@ char *ScriptScanner::GetConsoleList(char
 
	return p;
 
}
 

	
 
#if defined(ENABLE_NETWORK)
 

	
 
/** Helper for creating a MD5sum of all files within of a script. */
 
struct ScriptFileChecksumCreator : FileScanner {
 
	byte md5sum[16];  ///< The final md5sum.
 
@@ -287,5 +283,3 @@ const char *ScriptScanner::FindMainScrip
 
	}
 
	return NULL;
 
}
 

	
 
#endif /* ENABLE_NETWORK */