Common style is to include header files in alphabetical order. Sort the
#include statements in cpupool.c accordingly.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Dario Faggioli <dfaggioli@suse.com>
* (C) 2009, Juergen Gross, Fujitsu Technology Solutions
*/
-#include <xen/lib.h>
-#include <xen/init.h>
+#include <xen/cpu.h>
#include <xen/cpumask.h>
+#include <xen/init.h>
+#include <xen/keyhandler.h>
+#include <xen/lib.h>
#include <xen/param.h>
#include <xen/percpu.h>
#include <xen/sched.h>
#include <xen/warning.h>
-#include <xen/keyhandler.h>
-#include <xen/cpu.h>
#include "private.h"