File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/tcp_content.cpp
Show inline comments
 
@@ -11,8 +11,6 @@
 
 * @file tcp_content.cpp Basic functions to receive and send Content packets.
 
 */
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../../stdafx.h"
 
#ifndef OPENTTD_MSU
 
#include "../../textfile_gui.h"
 
@@ -266,5 +264,3 @@ Subdirectory GetContentInfoSubDir(Conten
 
	}
 
}
 
#endif /* OPENTTD_MSU */
 

	
 
#endif /* ENABLE_NETWORK */