From: kremlin Date: Tue, 15 Jul 2014 04:55:24 +0000 (-0500) Subject: remove includes in non-gen'd interf files, they're linked properly now X-Git-Tag: gsoc-final~92 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e8c7c889a1c3b92c58fb1590b2f1192dd86623b;hp=1e8c7c889a1c3b92c58fb1590b2f1192dd86623b;p=systembsd.git remove includes in non-gen'd interf files, they're linked properly now 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 ---