From 6edf29e32c72e2d860019b2b987012fe52ac49a0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 19 Jan 2010 13:53:25 +0100 Subject: preparatory patch with trivial cleanups Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Plugins/SQLite3.cpp') diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index ffcf05fe..7f90c46c 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -21,11 +21,9 @@ #include #include -#include +#include "abrtlib.h" #include "SQLite3.h" #include "ABRTException.h" -#include -#include using namespace std; -- cgit