service: remove unnecessary forward declare

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-04-05 08:28:27 +02:00
parent 401cb61499
commit afbbf1369b

View File

@ -216,8 +216,6 @@ struct Service {
extern const UnitVTable service_vtable;
struct Socket;
int service_set_socket_fd(Service *s, int fd, struct Socket *socket, bool selinux_context_net);
const char* service_state_to_string(ServiceState i) _const_;