diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 17:24:09 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 17:24:09 +0200 |
| commit | f4b916d62e69bd2e6ff9690456a4a4557f449d24 (patch) | |
| tree | a2bbb303f6ec0a0a57e7a3e729e9002885c66abc /lib/utils/logging.c | |
| parent | 7f620f4c514663b86e656a87bccb096ad33cfebd (diff) | |
Use abrtlib.h instead of component header files
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/utils/logging.c')
| -rw-r--r-- | lib/utils/logging.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/utils/logging.c b/lib/utils/logging.c index 1cdb0453..b552fa8a 100644 --- a/lib/utils/logging.c +++ b/lib/utils/logging.c @@ -21,10 +21,7 @@ * Utility routines. * */ - -#include "logging.h" -#include "read_write.h" -#include "xfuncs.h" +#include "abrtlib.h" void (*g_custom_logger)(const char*); const char *msg_prefix = ""; |
