mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 11:55:10 +00:00
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:
parent
70a724be6e
commit
b4825e4b6b
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user