diff --git a/core/reactor.hh b/core/reactor.hh index bab76dba66..6d92bedde7 100644 --- a/core/reactor.hh +++ b/core/reactor.hh @@ -74,12 +74,6 @@ class pollable_fd; class pollable_fd_state; class lowres_clock; -template -class input_stream; - -template -class output_stream; - struct free_deleter { void operator()(void* p) { ::free(p); } };