diff --git a/server/display-channel.h b/server/display-channel.h index 5fcf7035..948018cf 100644 --- a/server/display-channel.h +++ b/server/display-channel.h @@ -22,21 +22,11 @@ #include #include -#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" diff --git a/server/red-worker.c b/server/red-worker.c index f016943a..c74ae888 100644 --- a/server/red-worker.c +++ b/server/red-worker.c @@ -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