From dac728745922a717db05f2e8dcbe6c533dc0df6f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 30 Aug 2010 19:22:22 +0200 Subject: abrtlib.h: include and "strbuf.h" Signed-off-by: Denys Vlasenko --- src/daemon/Settings.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/daemon/Settings.cpp') diff --git a/src/daemon/Settings.cpp b/src/daemon/Settings.cpp index 5dda12a0..6e0a82a5 100644 --- a/src/daemon/Settings.cpp +++ b/src/daemon/Settings.cpp @@ -16,9 +16,8 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "Settings.h" #include "abrtlib.h" -#include "abrt_types.h" +#include "Settings.h" #include "Polkit.h" #define SECTION_COMMON "Common" -- cgit