aboutsummaryrefslogtreecommitdiff
path: root/hw/display/next-fb.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-05-04 10:20:02 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-05-18 15:40:04 +0200
commit63dc3465d6e2c1c31769b0d099991ee978e6e311 (patch)
tree55e7d7a8d43632f8c62e0478bc18d72915059d67 /hw/display/next-fb.c
parentb0588cb51da6986715294bfec4b52f55612a666e (diff)
hw/display: Include local 'framebuffer.h'
The "framebuffer.h" header is not an exported include. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <huth@tuxfamily.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200504082003.16298-2-f4bug@amsat.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/next-fb.c')
-rw-r--r--hw/display/next-fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/next-fb.c b/hw/display/next-fb.c
index 2b726a10f8..b0513a8fba 100644
--- a/hw/display/next-fb.c
+++ b/hw/display/next-fb.c
@@ -27,7 +27,7 @@
#include "hw/hw.h"
#include "hw/boards.h"
#include "hw/loader.h"
-#include "hw/display/framebuffer.h"
+#include "framebuffer.h"
#include "ui/pixel_ops.h"
#include "hw/m68k/next-cube.h"