Skip to content

Commit

Permalink
hw/display: Include local 'framebuffer.h'
Browse files Browse the repository at this point in the history
The "framebuffer.h" header is not an exported include.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: [email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
philmd authored and kraxel committed May 18, 2020
1 parent b0588cb commit 63dc346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/display/artist.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hw/display/next-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 63dc346

Please sign in to comment.