summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-19 16:02:40 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-19 16:02:40 +0100
commitf750288769b23497ad5b57b1c50f683402c509f6 (patch)
treeb71f2a2c6ed6b5a1f5353c58780b09ef55f2c383 /lib/Plugins/SQLite3.cpp
parentb8ef905c6455ef98cd7fa488de7d602a70bd57dc (diff)
parentb7e20eb84250ce9feeefde8dad2eab448125dc5d (diff)
downloadabrt-f750288769b23497ad5b57b1c50f683402c509f6.tar.gz
abrt-f750288769b23497ad5b57b1c50f683402c509f6.tar.xz
abrt-f750288769b23497ad5b57b1c50f683402c509f6.zip
Merge branch 'master' into rhel6
Diffstat (limited to 'lib/Plugins/SQLite3.cpp')
-rw-r--r--lib/Plugins/SQLite3.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp
index ffcf05f..7f90c46 100644
--- a/lib/Plugins/SQLite3.cpp
+++ b/lib/Plugins/SQLite3.cpp
@@ -21,11 +21,9 @@
#include <sqlite3.h>
#include <string>
-#include <stdlib.h>
+#include "abrtlib.h"
#include "SQLite3.h"
#include "ABRTException.h"
-#include <limits.h>
-#include <abrtlib.h>
using namespace std;