Skip to content

Commit

Permalink
Change include paths in memory/lib, tests
Browse files Browse the repository at this point in the history
Change-Id: I2ab397f0a18742d162c44dce2c336be0020d36da
Original-Change-Id: I34081c5f245798c830f9e6c51b560cab303d65d5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23045
Dev-Ready: Brent Wieman <bwieman@us.ibm.com>
Tested-by: Jenkins Server
Tested-by: Hostboot CI
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82424
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
brs332 authored and dcrowell77 committed Aug 20, 2019
1 parent 86f11d1 commit 67a37ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
Expand Up @@ -36,9 +36,9 @@
#include <fapi2.H>
#include <p9_mc_scom_addresses.H>

#include "../utils/dump_regs.H"
#include "../utils/scom.H"
#include "mc.H"
#include <lib/utils/dump_regs.H>
#include <lib/utils/scom.H>
#include <lib/mc/mc.H>

using fapi2::TARGET_TYPE_MCA;
using fapi2::TARGET_TYPE_MCS;
Expand Down

0 comments on commit 67a37ed

Please sign in to comment.