diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-22 13:57:14 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-22 13:57:14 +0100 |
| commit | df1b1d501106687fcf0039dc9771c4455c346df5 (patch) | |
| tree | 7e2f483a538e23a1c679475abe733ae5977edfdf /src/plugins/abrt-action-bugzilla.cpp | |
| parent | c96bab437f21aea116bfe5608bb43c9cd26fb904 (diff) | |
| download | abrt-df1b1d501106687fcf0039dc9771c4455c346df5.tar.gz abrt-df1b1d501106687fcf0039dc9771c4455c346df5.tar.xz abrt-df1b1d501106687fcf0039dc9771c4455c346df5.zip | |
*: rename *crash_dump.* -> *crash_data.*
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/abrt-action-bugzilla.cpp')
| -rw-r--r-- | src/plugins/abrt-action-bugzilla.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/abrt-action-bugzilla.cpp b/src/plugins/abrt-action-bugzilla.cpp index 19acc4fe..9174dbc3 100644 --- a/src/plugins/abrt-action-bugzilla.cpp +++ b/src/plugins/abrt-action-bugzilla.cpp @@ -18,7 +18,7 @@ */ #include "abrtlib.h" #include "abrt_xmlrpc.h" -#include "abrt_crash_dump.h" +#include "abrt_crash_data.h" #define XML_RPC_SUFFIX "/xmlrpc.cgi" #define MAX_HOPS 5 |
