summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/SQLite3.cpp')
-rw-r--r--lib/Plugins/SQLite3.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp
index 700ac913..797ed2db 100644
--- a/lib/Plugins/SQLite3.cpp
+++ b/lib/Plugins/SQLite3.cpp
@@ -20,11 +20,10 @@
*/
#include <sqlite3.h>
-#include "SQLite3.h"
#include <string>
-#include <iostream>
-#include "ABRTException.h"
#include <stdlib.h>
+#include "SQLite3.h"
+#include "ABRTException.h"
#define ABRT_TABLE_VERSION 2