]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/killall.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / core / killall.c
index ee5d388560d7da1f45069e4d15263f211a2d2447..6857b0bbf9ce833a9afbb0cb16dd0769a8fa9951 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/wait.h>
-#include <signal.h>
 #include <errno.h>
+#include <signal.h>
+#include <sys/wait.h>
 #include <unistd.h>
 
-#include "util.h"
-#include "killall.h"
-#include "set.h"
 #include "formats-util.h"
 #include "process-util.h"
+#include "set.h"
+#include "string-util.h"
 #include "terminal-util.h"
+#include "util.h"
+#include "killall.h"
 
 #define TIMEOUT_USEC (10 * USEC_PER_SEC)