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

	
 
#ifdef ENABLE_NETWORK
 

	
 
/**
 
 * Enum with types of TCP packets specific to the admin network.
 
 * This protocol may only be extended to ensure stability.
 
@@ -500,6 +498,4 @@ public:
 
	}
 
};
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_TCP_ADMIN_H */