diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-01 10:27:18 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-01 10:27:18 +0200 |
commit | b3adc1a23a16b5d7a7d341d748bd3e618e5d225f (patch) | |
tree | a0b59062ae6217a543c5db83ed05239a299a7fae /lib/Plugins/KerneloopsReporter.cpp | |
parent | 42657326fdf8db194013094537d9386830fe5876 (diff) | |
parent | 9466b938f7c79f394677f16ed9b128ab367e92fe (diff) | |
download | abrt-b3adc1a23a16b5d7a7d341d748bd3e618e5d225f.tar.gz abrt-b3adc1a23a16b5d7a7d341d748bd3e618e5d225f.tar.xz abrt-b3adc1a23a16b5d7a7d341d748bd3e618e5d225f.zip |
Merge branch 'devel-kerneloops'
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.cpp')
-rw-r--r-- | lib/Plugins/KerneloopsReporter.cpp | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp index 56947f0..58ea2d4 100644 --- a/lib/Plugins/KerneloopsReporter.cpp +++ b/lib/Plugins/KerneloopsReporter.cpp @@ -2,7 +2,7 @@ * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * This file is part of Abrt. * * This program file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -24,18 +24,12 @@ * Arjan van de Ven <arjan@linux.intel.com> */ +#include "KerneloopsReporter.h" #include "DebugDump.h" #include "Settings.h" -#include "KerneloopsReporter.h" - -#include <sstream> -#include <stdio.h> #include <stdlib.h> -#include <unistd.h> #include <string.h> -#include <assert.h> -#include <sys/stat.h> #include <curl/curl.h> CKerneloopsReporter::CKerneloopsReporter() : @@ -90,8 +84,8 @@ void CKerneloopsReporter::Report(const crash_report_t& pReport) void CKerneloopsReporter::LoadSettings(const std::string& pPath) { - map_settings_t settings; - load_settings(pPath, settings); + map_settings_t settings; + load_settings(pPath, settings); if (settings.find("SubmitURL") != settings.end()) { |