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/read_write.c | |
| parent | 7f620f4c514663b86e656a87bccb096ad33cfebd (diff) | |
| download | abrt-f4b916d62e69bd2e6ff9690456a4a4557f449d24.tar.gz abrt-f4b916d62e69bd2e6ff9690456a4a4557f449d24.tar.xz abrt-f4b916d62e69bd2e6ff9690456a4a4557f449d24.zip | |
Use abrtlib.h instead of component header files
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/utils/read_write.c')
| -rw-r--r-- | lib/utils/read_write.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/utils/read_write.c b/lib/utils/read_write.c index 1a3e589d..9d7f0135 100644 --- a/lib/utils/read_write.c +++ b/lib/utils/read_write.c @@ -3,9 +3,7 @@ * * Licensed under GPLv2 or later, see file COPYING in this tarball for details. */ - -#include "read_write.h" -#include "logging.h" +#include "abrtlib.h" /* Die with an error message if we can't read the entire buffer. */ void xread(int fd, void *buf, size_t count) |
