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/SQLite3.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/SQLite3.cpp')
| -rw-r--r-- | lib/Plugins/SQLite3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 499346f4..c7f36837 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -21,7 +21,7 @@ #include <sqlite3.h> #include "abrtlib.h" #include "SQLite3.h" -#include "ABRTException.h" +#include "abrt_exception.h" using namespace std; |
