]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/ptyfwd.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / shared / ptyfwd.c
index 63e81f489490ed3af4bb8902ed8a754799815c31..2666b8f7e22ffb7fac8f63d1d364fd6ddff58d88 100644 (file)
@@ -19,9 +19,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <limits.h>
 #include <sys/epoll.h>
 #include <sys/ioctl.h>
-#include <limits.h>
 #include <termios.h>
 
 #include "alloc-util.h"