File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/tcp_content.h
Show inline comments
 
@@ -19,8 +19,6 @@
 
#include "packet.h"
 
#include "../../debug.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/** The values in the enum are important; they are used as database 'keys' */
 
enum ContentType {
 
	CONTENT_TYPE_BEGIN         = 1, ///< Helper to mark the begin of the types
 
@@ -213,6 +211,4 @@ public:
 
Subdirectory GetContentInfoSubDir(ContentType type);
 
#endif /* OPENTTD_MSU */
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_TCP_CONTENT_H */