Fix include order.

This commit is contained in:
Fredrik Holmqvist
2014-09-05 22:10:30 +02:00
parent 76a17ee226
commit 62f4f056a7
@@ -13,8 +13,8 @@
#include <stdlib.h>
#include <string.h>
#include <apic.h>
#include <ACPI.h>
#include <apic.h>
#include <dpc.h>
#include <KernelExport.h>
#include <PCI.h>