Sort the includes while at it.
No functional change.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Daniel P. Smith <dpsmith@apertussolutions.com>
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
+#include <xen/byteorder.h>
+#include <xen/errno.h>
#include <xen/lib.h>
-#include <asm/byteorder.h>
#include <xen/types.h>
#include <xen/xmalloc.h>
-#include <xen/errno.h>
#include "avtab.h"
#include "policydb.h"
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
-#include <xen/lib.h>
-#include <xen/types.h>
+#include <xen/byteorder.h>
#include <xen/errno.h>
-#include <xen/string.h>
+#include <xen/lib.h>
#include <xen/spinlock.h>
+#include <xen/string.h>
+#include <xen/types.h>
#include <xen/xmalloc.h>
-#include <asm/byteorder.h>
-
#include "security.h"
#include "conditional.h"
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
-#include <xen/lib.h>
-#include <xen/xmalloc.h>
+#include <xen/bitmap.h>
+#include <xen/byteorder.h>
#include <xen/errno.h>
+#include <xen/lib.h>
#include <xen/spinlock.h>
-#include <xen/bitmap.h>
-
-#include <asm/byteorder.h>
+#include <xen/xmalloc.h>
#include "ebitmap.h"
#include "policydb.h"
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
+#include <xen/byteorder.h>
+#include <xen/errno.h>
#include <xen/lib.h>
+#include <xen/string.h>
#include <xen/types.h>
#include <xen/xmalloc.h>
-#include <xen/string.h>
-#include <xen/errno.h>
-
-#include <asm/byteorder.h>
#include <conditional.h>
#include "security.h"