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 --- lib/utils/parse_release.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/utils/parse_release.cpp') 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) -- cgit