cut out unnessecary #include's in main.c, prepare to deprecate
authorkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 04:59:35 +0000 (23:59 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 04:59:35 +0000 (23:59 -0500)
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.

src/main.c

index 19786eb488d4083b1cfa63d1932d8e647a3de5d5..87f2198d85827aabf8cbf097e61563398a9f0380 100644 (file)
 
 #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()) {