Fix include file mishap.

This commit is contained in:
thorpej 2001-09-28 01:37:03 +00:00
parent 6e9086bf0b
commit 46f84eb8d0
1 changed files with 5 additions and 5 deletions

View File

@ -115,11 +115,11 @@
*****************************************************************************/
#include <acpi.h>
#include <acdebug.h>
#include <amlcode.h>
#include <acparser.h>
#include <acnamesp.h>
#include "acpi.h"
#include "acdebug.h"
#include "amlcode.h"
#include "acparser.h"
#include "acnamesp.h"
#ifdef ENABLE_DEBUGGER