build: Remove unneeded spice_common.h includes

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Christophe Fergeau 2018-07-03 12:42:48 +02:00 committed by Frediano Ziglio
parent 52d8738768
commit 85d6d3594a
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include <fcntl.h>
#include <poll.h>
#include <common/spice_common.h>
#include "dispatcher.h"
//#define DEBUG_DISPATCHER

View File

@ -30,7 +30,6 @@
#include <common/marshaller.h>
#include <common/messages.h>
#include <common/ring.h>
#include <common/spice_common.h>
#include <common/draw.h>
#include <common/verify.h>