]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udevadm-settle.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / udev / udevadm-settle.c
index c25071b0fee7b718747ab43f7636671af10bece5..6a5dc6e9e442ea396b82bbfff7dbd31a1c6b01e9 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdlib.h>
-#include <stddef.h>
-#include <string.h>
-#include <stdio.h>
-#include <unistd.h>
 #include <errno.h>
 #include <getopt.h>
 #include <poll.h>
+#include <stddef.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 
 #include "parse-util.h"
 #include "udev.h"