summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-05-04 14:06:01 +0200
committerFrediano Ziglio <fziglio@redhat.com>2016-05-04 14:40:51 +0100
commit9d777e427a8ad903f802db90d7ea788ae9ee344f (patch)
tree54199fe2aa919d6ec291cf12b2f756b889edc2ef
parent3f67f73c94518ed197c9ebc23c1a32be4a1a17ab (diff)
agent-msg-filter: Move include from header
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--server/agent-msg-filter.c1
-rw-r--r--server/agent-msg-filter.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/server/agent-msg-filter.c b/server/agent-msg-filter.c
index 498864c5..25edfd92 100644
--- a/server/agent-msg-filter.c
+++ b/server/agent-msg-filter.c
@@ -22,6 +22,7 @@
#endif
#include <string.h>
+#include <spice/vd_agent.h>
#include "red-common.h"
#include "agent-msg-filter.h"
#include "reds.h"
diff --git a/server/agent-msg-filter.h b/server/agent-msg-filter.h
index 2ee055c8..836ddbd9 100644
--- a/server/agent-msg-filter.h
+++ b/server/agent-msg-filter.h
@@ -21,8 +21,6 @@
#ifndef _H_AGENT_MSG_FILTER
#define _H_AGENT_MSG_FILTER
-#include <spice/vd_agent.h>
-
/* Possible return values for agent_msg_filter_process_data */
enum {
AGENT_MSG_FILTER_OK,