diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2016-03-17 11:19:35 +0100 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2016-03-18 11:42:31 +0100 |
commit | 0a9ec4ec01d9559440a347d9db348ecc92a44a9b (patch) | |
tree | 3150368d3ecc0945f023eeee8702841f276c2e7c /src/channel-port.c | |
parent | 23cd3e6041fa686fbd3ac0bbee2e440eeceac822 (diff) |
Adjust to GLib 2.36
Dependency since 8693e7d3f7de1ff102082212fa6e35fb1a252ef7
Remove glib-compat files and most of GLIB_CHECK_VERSION guards
Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'src/channel-port.c')
-rw-r--r-- | src/channel-port.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channel-port.c b/src/channel-port.c index 20ee2fa..d922e4b 100644 --- a/src/channel-port.c +++ b/src/channel-port.c @@ -21,7 +21,6 @@ #include "spice-common.h" #include "spice-channel-priv.h" #include "spice-marshal.h" -#include "glib-compat.h" /** * SECTION:channel-port |