Miscellaneous header changes

Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Jonathon Jongsma 2016-05-18 11:53:52 +01:00
parent 76cecd66fb
commit 763dc98c09
3 changed files with 2 additions and 3 deletions

View File

@ -18,6 +18,8 @@
#include <config.h>
#endif
#include <common/sw_canvas.h>
#include "display-channel.h"
static void drawable_draw(DisplayChannel *display, Drawable *drawable);

View File

@ -20,9 +20,7 @@
#include <setjmp.h>
#include <common/rect.h>
#include <common/sw_canvas.h>
#include "red-worker.h"
#include "reds-stream.h"
#include "cache-item.h"
#include "pixmap-cache.h"

View File

@ -23,7 +23,6 @@
#include <inttypes.h>
#include <fcntl.h>
#include <glib.h>
#include "red-worker.h"
#include "red-common.h"
#include "memslot.h"
#include "red-parse-qxl.h"