diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-07-08 16:38:20 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-07-09 11:42:46 +0200 |
commit | 7c8467db240180d4d4fba9701eac1c4b07466d6b (patch) | |
tree | 391bf908a9894f23c9b4a7a3d10dd44a5e44219d /lib/Utils/DebugDump.cpp | |
parent | 6c4ea60aa257907deebcdb346a9d68bbe722837e (diff) | |
download | abrt-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/Utils/DebugDump.cpp')
-rw-r--r-- | lib/Utils/DebugDump.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp index 8b3d27d7..30ceacc1 100644 --- a/lib/Utils/DebugDump.cpp +++ b/lib/Utils/DebugDump.cpp @@ -20,9 +20,9 @@ */ #include <sys/utsname.h> #include "abrtlib.h" -#include "DebugDump.h" -#include "ABRTException.h" -#include "CommLayerInner.h" +#include "debug_dump.h" +#include "abrt_exception.h" +#include "comm_layer_inner.h" static bool isdigit_str(const char *str) { |