diff options
Diffstat (limited to 'hw/stellaris_input.c')
-rw-r--r-- | hw/stellaris_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/stellaris_input.c b/hw/stellaris_input.c index 7a95c3fc88..4e407922a0 100644 --- a/hw/stellaris_input.c +++ b/hw/stellaris_input.c @@ -6,8 +6,8 @@ * * This code is licensed under the GPL. */ -#include "hw.h" -#include "devices.h" +#include "hw/hw.h" +#include "hw/devices.h" #include "ui/console.h" typedef struct { |