diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rtc-test.c | 2 | ||||
-rw-r--r-- | tests/tmp105-test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rtc-test.c b/tests/rtc-test.c index 9ab583b860..3395d7f50b 100644 --- a/tests/rtc-test.c +++ b/tests/rtc-test.c @@ -11,7 +11,7 @@ * */ #include "libqtest.h" -#include "hw/mc146818rtc_regs.h" +#include "hw/timer/mc146818rtc_regs.h" #include <glib.h> #include <stdio.h> diff --git a/tests/tmp105-test.c b/tests/tmp105-test.c index a6ad213de8..2869129df3 100644 --- a/tests/tmp105-test.c +++ b/tests/tmp105-test.c @@ -8,7 +8,7 @@ */ #include "libqtest.h" #include "libi2c.h" -#include "hw/tmp105_regs.h" +#include "hw/misc/tmp105_regs.h" #include <glib.h> |