summaryrefslogtreecommitdiffstats
path: root/lib/utils/parse_release.cpp
diff options
context:
space:
mode:
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)