diff options
| author | Karel Klic <kklic@redhat.com> | 2010-08-19 11:09:14 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-08-19 11:09:14 +0200 |
| commit | 16d4ddcd274bf8e0579358b6f60bb93e67da5852 (patch) | |
| tree | 281d6231418b0eb677b50093b3562771a2af9c13 | |
| parent | b858265b75428d5823e9471963985ec52e6019d6 (diff) | |
| download | abrt-16d4ddcd274bf8e0579358b6f60bb93e67da5852.tar.gz abrt-16d4ddcd274bf8e0579358b6f60bb93e67da5852.tar.xz abrt-16d4ddcd274bf8e0579358b6f60bb93e67da5852.zip | |
removed unneeded includes
| -rw-r--r-- | inc/xfuncs.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/inc/xfuncs.h b/inc/xfuncs.h index 619adb13..d65ab438 100644 --- a/inc/xfuncs.h +++ b/inc/xfuncs.h @@ -19,17 +19,11 @@ #ifndef ABRT_XFUNCS_H #define ABRT_XFUNCS_H -#include <stdio.h> -#include <stdlib.h> - #include <sys/socket.h> #include <sys/stat.h> #include <dirent.h> #include <stdbool.h> -#include <fcntl.h> -#include <pwd.h> - -#include "logging.h" +#include <stdarg.h> #ifdef __cplusplus extern "C" { |
