We've flattened out the directory heirarchy -- acenv.h is not found
in platform/ in our tree.
This commit is contained in:
parent
415b593488
commit
c3e86966fb
|
@ -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 */
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
#ifndef __ACPIOSXF_H__
|
||||
#define __ACPIOSXF_H__
|
||||
|
||||
#include "platform/acenv.h"
|
||||
#include "acenv.h"
|
||||
#include "actypes.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue