Trying to cleanup header order. No functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36576 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Holmqvist 2010-05-02 08:29:41 +00:00
parent cd9af8e701
commit 3a8771067d
1 changed files with 19 additions and 14 deletions

View File

@ -114,30 +114,29 @@
*****************************************************************************/ *****************************************************************************/
#include <OS.h>
#include <kernel.h>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <OS.h>
#ifdef _KERNEL_MODE
# include <KernelExport.h>
# include <dpc.h>
# include <PCI.h>
# include <kernel.h>
# include <vm/vm.h>
#endif
#include "acpi.h" #include "acpi.h"
#include "accommon.h" #include "accommon.h"
#include "amlcode.h" #include "amlcode.h"
#include "acparser.h" #include "acparser.h"
#include "acdebug.h" #include "acdebug.h"
#ifdef _KERNEL_MODE
#include <KernelExport.h>
#include <dpc.h>
#include <PCI.h>
#include <vm/vm.h>
extern pci_module_info *gPCIManager;
extern dpc_module_info *gDPC;
extern void *gDPCHandle;
#endif
ACPI_MODULE_NAME("Haiku ACPI Module") ACPI_MODULE_NAME("Haiku ACPI Module")
@ -171,6 +170,12 @@ ACPI_MODULE_NAME("Haiku ACPI Module")
#endif #endif
#ifdef _KERNEL_MODE
extern pci_module_info *gPCIManager;
extern dpc_module_info *gDPC;
extern void *gDPCHandle;
#endif
extern FILE *AcpiGbl_DebugFile; extern FILE *AcpiGbl_DebugFile;
FILE *AcpiGbl_OutputFile; FILE *AcpiGbl_OutputFile;