diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2016-06-06 10:43:32 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-09 11:34:14 -0400 |
| commit | 14bab8ccd59097e17d16a145eb041de31a3c6dd0 (patch) | |
| tree | 8a1be86efabe3c34a7524bfed089ae1613ba4368 /src/import/hwpf/fapi2/include | |
| parent | b8982ac610060d9bb37ec7a4bae9855277b4dc32 (diff) | |
| download | blackbird-hostboot-14bab8ccd59097e17d16a145eb041de31a3c6dd0.tar.gz blackbird-hostboot-14bab8ccd59097e17d16a145eb041de31a3c6dd0.zip | |
Fix include of plat_target_filter.H in target_types.H
Change-Id: Ia2309f04e4511cc9cb8730d32c62fec554be16ad
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25406
Tested-by: Jenkins Server
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25460
Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/import/hwpf/fapi2/include')
| -rw-r--r-- | src/import/hwpf/fapi2/include/target_types.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H index 765650485..64f3ead05 100644 --- a/src/import/hwpf/fapi2/include/target_types.H +++ b/src/import/hwpf/fapi2/include/target_types.H @@ -26,7 +26,7 @@ #include <stdint.h> // File that plat uses to assign values to TargetFilter enum -#include "plat_target_filter.H" +#include <plat_target_filter.H> /// FAPI namespace |

