move subsurface-server-protocol.h include out of compositor.h
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 13 May 2013 22:55:47 +0000 (15:55 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 14 May 2013 14:09:52 +0000 (10:09 -0400)
commitec08f334820921c2843c37b0b1795748aea37c87
tree719cf82c8e10b90256131c5b4db7f329d2d178f8
parent7123388b201f71c21d786558496104bf55641351
move subsurface-server-protocol.h include out of compositor.h

The subsurface-server-protocol.h header should not be included
by any headers that are part of the SDK since it is not exported.
Otherwise, SDK consumers will break during compilation.

Move this include from compositor.h to compositor.c.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64537

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/compositor.c
src/compositor.h