diff options
Diffstat (limited to 'hw/pm_smbus.c')
-rw-r--r-- | hw/pm_smbus.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/pm_smbus.c b/hw/pm_smbus.c index ea1380c..7900610 100644 --- a/hw/pm_smbus.c +++ b/hw/pm_smbus.c @@ -17,10 +17,10 @@ * License along with this library; if not, see * <http://www.gnu.org/licenses/>. */ -#include "hw.h" -#include "pc.h" -#include "pm_smbus.h" -#include "smbus.h" +#include "hw/hw.h" +#include "hw/pc.h" +#include "hw/pm_smbus.h" +#include "hw/smbus.h" /* no save/load? */ |