]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
service: remove unnecessary forward declare
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 5 Apr 2015 06:28:27 +0000 (08:28 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 5 Apr 2015 06:45:56 +0000 (08:45 +0200)
src/core/service.h

index 23124e8eabc278fd4575c70021f8993ddde49a3e..7da0a93961d42dc0cd7b9091381a68f79c5d0ad4 100644 (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_;