diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-06-16 17:39:54 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-06-16 17:39:54 +0200 |
| commit | 0c0ff191cc9f533713a0969056d9c29ec41ab231 (patch) | |
| tree | 758840ab9166dca288408cdf89cefbf5571b8a05 /src/include/abrtlib.h | |
| parent | 178791fe4cefd9073d05bf55a3264efe6893d391 (diff) | |
| download | abrt-0c0ff191cc9f533713a0969056d9c29ec41ab231.tar.gz abrt-0c0ff191cc9f533713a0969056d9c29ec41ab231.tar.xz abrt-0c0ff191cc9f533713a0969056d9c29ec41ab231.zip | |
abrt-applet: merge source into one file. No functional changes
text data bss dec hex filename
16940 852 28 17820 459c abrt-applet
15891 840 40 16771 4183 abrt-applet.new
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include/abrtlib.h')
| -rw-r--r-- | src/include/abrtlib.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h index d3bc849e..3d17ce3c 100644 --- a/src/include/abrtlib.h +++ b/src/include/abrtlib.h @@ -44,6 +44,10 @@ #endif #include <glib.h> +#include <report.h> +/* libreport's internal functions we use: */ +#include <libreport.h> + #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -71,7 +75,7 @@ int vdprintf(int d, const char *format, va_list ap); #undef ARRAY_SIZE #define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0]))) -#include <libreport.h> + #include "hooklib.h" #include "abrt_conf.h" |
