From 0429c3f6f5702d57cc803bf1ba59217f08bd9f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 11 Jul 2018 17:10:58 +0000 Subject: [PATCH] Sort includes --- pidfilewrapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pidfilewrapper.c b/pidfilewrapper.c index 9bbaa41..04de80a 100644 --- a/pidfilewrapper.c +++ b/pidfilewrapper.c @@ -1,8 +1,8 @@ -#include +#include #include #include #include -#include +#include int main(int argc, char **argv) { if(argc < 3) {