summaryrefslogtreecommitdiff
path: root/gtk/spice-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/spice-common.h')
-rw-r--r--gtk/spice-common.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk/spice-common.h b/gtk/spice-common.h
new file mode 100644
index 0000000..84cdb8a
--- /dev/null
+++ b/gtk/spice-common.h
@@ -0,0 +1,17 @@
+/* system */
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdbool.h>
+#include <string.h>
+#include <unistd.h>
+#include <errno.h>
+#include <inttypes.h>
+#include <assert.h>
+
+/* spice/common */
+#include "mem.h"
+#include "messages.h"
+#include "marshaller.h"
+
+/* spice/gtk */
+#include "spice-events.h"