]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-netdev-tuntap.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / network / networkd-netdev-tuntap.c
index 851e83537e7cf66964ebe0a78f81f5898089c95e..3d504a85644570df00b69036080c07dcf7027ca7 100644 (file)
@@ -19,8 +19,8 @@
     along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/ioctl.h>
 #include <net/if.h>
+#include <sys/ioctl.h>
 #include <linux/if_tun.h>
 
 #include "alloc-util.h"