display-channel: Remove unused includes

display-channel.h is not using any of the definition from
these headers.
Adding a missing include to red-worker.c.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-01-30 09:44:52 +00:00
parent 70a724be6e
commit b4825e4b6b
2 changed files with 1 additions and 10 deletions

View File

@ -22,21 +22,11 @@
#include <setjmp.h>
#include <common/rect.h>
#include "red-stream.h"
#include "cache-item.h"
#include "pixmap-cache.h"
#include "stat.h"
#include "reds.h"
#include "memslot.h"
#include "red-parse-qxl.h"
#include "red-record-qxl.h"
#include "red-channel.h"
#include "dispatcher.h"
#include "main-channel.h"
#include "migration-protocol.h"
#include "main-dispatcher.h"
#include "spice-bitmap-utils.h"
#include "utils.h"
#include "tree.h"
#include "video-stream.h"
#include "dcc.h"

View File

@ -45,6 +45,7 @@
#include "red-qxl.h"
#include "cursor-channel.h"
#include "tree.h"
#include "red-record-qxl.h"
// compatibility for FreeBSD
#ifdef HAVE_PTHREAD_NP_H