]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/socket.c
util: split out signal-util.[ch] from util.[ch]
[thirdparty/systemd.git] / src / core / socket.c
index 17b8a5059db363c881d40ebb961672a0ca600ac3..fc5eb1464ad50a3e3bfe8b53f854986c03528147 100644 (file)
@@ -47,8 +47,9 @@
 #include "selinux-util.h"
 #include "dbus-socket.h"
 #include "unit.h"
-#include "socket.h"
 #include "formats-util.h"
+#include "signal-util.h"
+#include "socket.h"
 
 static const UnitActiveState state_translation_table[_SOCKET_STATE_MAX] = {
         [SOCKET_DEAD] = UNIT_INACTIVE,