From 0274b29916883efac50e0961c0a3b49ce8a11f1f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 20 Apr 2011 18:23:56 +0200 Subject: delete ugly parse_conf(), use load_abrt_conf() instead Therefore moved abrt_conf.* to libreport Signed-off-by: Denys Vlasenko --- src/daemon/abrtd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/abrtd.c') diff --git a/src/daemon/abrtd.c b/src/daemon/abrtd.c index 08c95f21..d18265f4 100644 --- a/src/daemon/abrtd.c +++ b/src/daemon/abrtd.c @@ -23,9 +23,9 @@ #include #include #include /* ioctl(FIONREAD) */ + #include "abrtlib.h" #include "comm_layer_inner.h" -#include "abrt_conf.h" #include "CommLayerServerDBus.h" #include "MiddleWare.h" #include "parse_options.h" -- cgit