File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/tcp_http.h
Show inline comments
 
@@ -16,8 +16,6 @@
 

	
 
#include "tcp.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/** Callback for when the HTTP handler has something to tell us. */
 
struct HTTPCallback {
 
	/**
 
@@ -122,6 +120,4 @@ public:
 
	}
 
};
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_TCP_HTTP_H */