From: kremlin Date: Tue, 15 Jul 2014 04:59:35 +0000 (-0500) Subject: cut out unnessecary #include's in main.c, prepare to deprecate X-Git-Tag: gsoc-final~89 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb3e93ce1b7a16d9cdd11ed4e8fb6b9a9164f541;p=systembsd.git cut out unnessecary #include's in main.c, prepare to deprecate we're going to move towards having all four daemons exist as seperate executables managed exclusively by DBus (startup, lifetime, etc.) so i'm moving towards getting rid of the one "main" executable. --- diff --git a/src/main.c b/src/main.c index 19786eb..87f2198 100644 --- a/src/main.c +++ b/src/main.c @@ -21,11 +21,6 @@ #include "config.c" -#include "interfaces/hostnamed/hostnamed.c" -#include "interfaces/localed/localed.c" -#include "interfaces/timedated/timedated.c" -#include "interfaces/logind/logind.c" - gboolean systemd_utils_init() { if(!config_init()) {