diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-20 02:33:25 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-25 19:22:52 +0200 |
commit | 05a203af120016428eb1661ee060ea85e37b4c96 (patch) | |
tree | dbbf9bf3903895a5b7f06eb22db6308627376a23 /gtk/spice-session.c | |
parent | 6db275a422013a34247b805923f88b23db850ea1 (diff) |
build-sys: move codegen & proto to spice-common
With this iteration, all the spice_codegen.py/proto/marshaller
generation has been moved to spice-common.
The spice-common directory will ship spice-protocol, since it's needed
there too to build libspice-common.
Again, make distcheck passes. Build with mingw & fedora linux.
Diffstat (limited to 'gtk/spice-session.c')
-rw-r--r-- | gtk/spice-session.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/spice-session.c b/gtk/spice-session.c index 745ccaf..e9c8b94 100644 --- a/gtk/spice-session.c +++ b/gtk/spice-session.c @@ -17,16 +17,14 @@ */ #include <gio/gio.h> #include <glib.h> + +#include "common/ring.h" + #include "spice-client.h" #include "spice-common.h" #include "spice-channel-priv.h" #include "spice-util-priv.h" - #include "spice-session-priv.h" - -/* spice/common */ -#include "ring.h" - #include "gio-coroutine.h" #include "glib-compat.h" |