]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/watchdog.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / shared / watchdog.c
index d58f9873d507f82e1f71f04a84d0084530ae2d6f..7131e94cdb77789b384382c7c0265cadfaf3a98f 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/ioctl.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <sys/ioctl.h>
 #include <unistd.h>
 #include <linux/watchdog.h>
 
-#include "watchdog.h"
-#include "log.h"
 #include "fd-util.h"
+#include "log.h"
+#include "watchdog.h"
 
 static int watchdog_fd = -1;
 static usec_t watchdog_timeout = USEC_INFINITY;