hw/display: Include local 'framebuffer.h'
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 4 May 2020 08:20:02 +0000 (10:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 May 2020 13:40:04 +0000 (15:40 +0200)
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>
hw/display/artist.c
hw/display/next-fb.c

index 7e2a4556bd069759216a487e9953f1eb686eac07..6261bfe65b725139d48ba4ee8ca896880be0962f 100644 (file)
@@ -21,7 +21,7 @@
 #include "migration/vmstate.h"
 #include "ui/console.h"
 #include "trace.h"
-#include "hw/display/framebuffer.h"
+#include "framebuffer.h"
 
 #define TYPE_ARTIST "artist"
 #define ARTIST(obj) OBJECT_CHECK(ARTISTState, (obj), TYPE_ARTIST)
index 2b726a10f84572edf143e0a375feb6f15030d9bf..b0513a8fba62599235b6ecb2119998006c32f6d8 100644 (file)
@@ -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"