diff options
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapi.H')
-rw-r--r-- | src/include/usr/hwpf/fapi/fapi.H | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapi.H b/src/include/usr/hwpf/fapi/fapi.H index cc2066990..a801ba026 100644 --- a/src/include/usr/hwpf/fapi/fapi.H +++ b/src/include/usr/hwpf/fapi/fapi.H @@ -4,6 +4,16 @@ * @brief Includes all the header files necessary for the FAPI interface. */ +/* + * Change Log ****************************************************************** + * Flag Defect/Feature User Date Description + * ------ -------------- ---------- ----------- ---------------------------- + * mjjones 04/13/2011 Created. + * mjjones 06/07/2011 Added new includes. + * mjjones 08/08/2011 Updated Executor include + * + */ + #ifndef FAPI_H_ #define FAPI_H_ @@ -13,7 +23,7 @@ #include <fapiHwAccess.H> #include <fapiSystemConfig.H> #include <fapiPlatTrace.H> -#include <fapiPlatHwpExecutor.H> +#include <fapiHwpExecutor.H> #include <fapiAttributeService.H> #include <fapiHwpReturnCodes.H> // Generated file #include <fapiAttributeIds.H> // Generated file |