From 1fd810c8cc2d166602374cf898b8f86e42e651e1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 18:14:28 +0200 Subject: remove a few #include 's Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/Plugins/SQLite3.cpp') diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 700ac91..797ed2d 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -20,11 +20,10 @@ */ #include -#include "SQLite3.h" #include -#include -#include "ABRTException.h" #include +#include "SQLite3.h" +#include "ABRTException.h" #define ABRT_TABLE_VERSION 2 -- cgit