diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-09 16:48:38 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-09 16:48:38 +0100 |
| commit | d1c6a4329284a1daba12a7e0fbd743a90cb0d884 (patch) | |
| tree | f3ec3f41fdf87fa82e72a5053fc154d15ee44702 /src/daemon/Daemon.cpp | |
| parent | 12fe2aea5f72b17300d7efa60eeaa74f2e980b6a (diff) | |
| download | abrt-d1c6a4329284a1daba12a7e0fbd743a90cb0d884.tar.gz abrt-d1c6a4329284a1daba12a7e0fbd743a90cb0d884.tar.xz abrt-d1c6a4329284a1daba12a7e0fbd743a90cb0d884.zip | |
Move some functions from CrashWatcher to MiddleWare
They have nothing to do with CrashWatcher class.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Daemon.cpp')
| -rw-r--r-- | src/daemon/Daemon.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp index 7eeb0710..0aa04a30 100644 --- a/src/daemon/Daemon.cpp +++ b/src/daemon/Daemon.cpp @@ -28,7 +28,11 @@ #include <glib.h> #include "abrtlib.h" #include "abrt_exception.h" +#include "comm_layer_inner.h" +#include "Settings.h" +#include "CommLayerServerDBus.h" #include "CrashWatcher.h" +#include "MiddleWare.h" #include "Daemon.h" #include "parse_options.h" |
