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)
commit1e8c7c889a1c3b92c58fb1590b2f1192dd86623b
tree53751faad6f0c91408908adc608aef168cbf6bb9
parent8751decbc931f5fe64130567a3965fd05c698a64
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
src/interfaces/hostnamed/hostnamed.c
src/interfaces/localed/localed.c
src/interfaces/logind/logind.c
src/interfaces/timedated/timedated.c