diff options
| author | Karel Klic <kklic@redhat.com> | 2010-07-09 13:39:58 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-07-09 13:39:58 +0200 |
| commit | ccd23158a4dcbc633085412bd44d8a7f7f07558e (patch) | |
| tree | d7c819929120a0bad5543f88c69b13a9621aa8b3 /lib/Plugins/Bugzilla.cpp | |
| parent | b2f2bb041ff31fdc921c0e73ffd5efc664030f3d (diff) | |
| parent | 4619286fb6f0f90f180a4293d5a330e07ea1de73 (diff) | |
| download | abrt-ccd23158a4dcbc633085412bd44d8a7f7f07558e.tar.gz abrt-ccd23158a4dcbc633085412bd44d8a7f7f07558e.tar.xz abrt-ccd23158a4dcbc633085412bd44d8a7f7f07558e.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
| -rw-r--r-- | lib/Plugins/Bugzilla.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index f267b983..f4068a2d 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -20,10 +20,10 @@ #include "abrtlib.h" #include "abrt_xmlrpc.h" #include "Bugzilla.h" -#include "CrashTypes.h" -#include "DebugDump.h" -#include "ABRTException.h" -#include "CommLayerInner.h" +#include "crash_types.h" +#include "debug_dump.h" +#include "abrt_exception.h" +#include "comm_layer_inner.h" #ifdef HAVE_CONFIG_H # include <config.h> #endif |
