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/Plugins/Python.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/Plugins/Python.cpp')
-rw-r--r-- | lib/Plugins/Python.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp index fc3e41c5..047d1d1a 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -18,8 +18,8 @@ */ #include "abrtlib.h" #include "Python.h" -#include "DebugDump.h" -#include "ABRTException.h" +#include "debug_dump.h" +#include "abrt_exception.h" #include "Python_hash.h" using namespace std; |