summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-07-08 16:38:20 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-07-09 11:42:46 +0200
commit7c8467db240180d4d4fba9701eac1c4b07466d6b (patch)
tree391bf908a9894f23c9b4a7a3d10dd44a5e44219d /lib/Plugins/Bugzilla.cpp
parent6c4ea60aa257907deebcdb346a9d68bbe722837e (diff)
downloadabrt-7c8467db240180d4d4fba9701eac1c4b07466d6b.tar.gz
abrt-7c8467db240180d4d4fba9701eac1c4b07466d6b.tar.xz
abrt-7c8467db240180d4d4fba9701eac1c4b07466d6b.zip
lower-case devel headers
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp8
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