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>
This commit is contained in:
parent
b0588cb51d
commit
63dc3465d6
@ -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)
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user