summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/inputs_channel.c')
-rw-r--r--server/inputs_channel.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c
index 42247613..da4c53c4 100644
--- a/server/inputs_channel.c
+++ b/server/inputs_channel.c
@@ -26,10 +26,12 @@
#include <errno.h>
#include <spice/macros.h>
#include <spice/vd_agent.h>
+
#include "common/marshaller.h"
#include "common/messages.h"
-#include "server/demarshallers.h"
-#include "server/generated_marshallers.h"
+#include "common/generated_server_marshallers.h"
+
+#include "demarshallers.h"
#include "spice.h"
#include "red_common.h"
#include "reds.h"