summaryrefslogtreecommitdiff
path: root/gtk/spice-common.h
blob: 84cdb8aa163ae0467b379d597a0a4b7e8c7ef42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"