remove includes in non-gen'd interf files, they're linked properly now
authorkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 04:55:24 +0000 (23:55 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 04:55:24 +0000 (23:55 -0500)
no need to include foo-gen.c as its functionality exists inside linked object
built by makefile in future commit. additionally, make all non-generated
interface files executable with a dummy main() that runs foo_init() after
setting everything up properly with a g_main_loop


No differences found