summaryrefslogtreecommitdiffstats
path: root/lib/utils/parse_release.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-08-30 19:22:22 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-08-30 19:22:22 +0200
commitdac728745922a717db05f2e8dcbe6c533dc0df6f (patch)
tree128a97ee72e43d5cd77d75623fddc432e5d8e72b /lib/utils/parse_release.cpp
parent6fa623fa36aed78b4c48700f675ebb0638702b0d (diff)
downloadabrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.gz
abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.xz
abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.zip
abrtlib.h: include <assert.h> and "strbuf.h"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/utils/parse_release.cpp')
-rw-r--r--lib/utils/parse_release.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/parse_release.cpp b/lib/utils/parse_release.cpp
index e648dc63..f9057bfe 100644
--- a/lib/utils/parse_release.cpp
+++ b/lib/utils/parse_release.cpp
@@ -17,7 +17,6 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "abrtlib.h"
-#include "strbuf.h"
// caller is reposible for freeing *product* and *version*
void parse_release(const char *release, char** product, char** version)