svn commit: r236725 - head/sys/net
Mikolaj Golub
trociny at FreeBSD.org
Thu Jun 7 19:48:46 UTC 2012
Author: trociny
Date: Thu Jun 7 19:48:45 2012
New Revision: 236725
URL: http://svn.freebsd.org/changeset/base/236725
Log:
Sort includes.
Submitted by: Daan Vreeken <pa4dan Bliksem.VEHosting.nl>
MFC after: 3 days
Modified:
head/sys/net/if_tap.c
Modified: head/sys/net/if_tap.c
==============================================================================
--- head/sys/net/if_tap.c Thu Jun 7 19:46:46 2012 (r236724)
+++ head/sys/net/if_tap.c Thu Jun 7 19:48:45 2012 (r236725)
@@ -65,8 +65,8 @@
#include <net/if.h>
#include <net/if_clone.h>
#include <net/if_dl.h>
-#include <net/route.h>
#include <net/if_types.h>
+#include <net/route.h>
#include <net/vnet.h>
#include <netinet/in.h>
More information about the svn-src-all
mailing list