diff options
Diffstat (limited to 'hw/lance.c')
-rw-r--r-- | hw/lance.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/lance.c b/hw/lance.c index 4b92425299..acfffaed31 100644 --- a/hw/lance.c +++ b/hw/lance.c @@ -35,12 +35,12 @@ * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt */ -#include "sysbus.h" +#include "hw/sysbus.h" #include "net/net.h" #include "qemu/timer.h" #include "qemu/sockets.h" -#include "sun4m.h" -#include "pcnet.h" +#include "hw/sun4m.h" +#include "hw/pcnet.h" #include "trace.h" typedef struct { |