We've flattened out the directory heirarchy -- acenv.h is not found

in platform/ in our tree.
This commit is contained in:
thorpej 2001-09-28 00:43:40 +00:00
parent 415b593488
commit c3e86966fb
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
* in the rest of the source code again and again.
*/
#include "acconfig.h" /* Configuration constants */
#include "platform/acenv.h" /* Target environment specific items */
#include "acenv.h" /* Target environment specific items */
#include "actypes.h" /* Fundamental common data types */
#include "acexcep.h" /* ACPI exception codes */
#include "acmacros.h" /* C macros */

View File

@ -120,7 +120,7 @@
#ifndef __ACPIOSXF_H__
#define __ACPIOSXF_H__
#include "platform/acenv.h"
#include "acenv.h"
#include "actypes.h"